diff --git a/regression-test/suites/compaction/test_compaction_agg_keys.groovy b/regression-test/suites/compaction/test_compaction_agg_keys.groovy index 9dea1ee579b8f6..8833c3d0979cfb 100644 --- a/regression-test/suites/compaction/test_compaction_agg_keys.groovy +++ b/regression-test/suites/compaction/test_compaction_agg_keys.groovy @@ -1,5 +1,3 @@ -import org.codehaus.groovy.runtime.IOGroovyMethods - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -17,6 +15,8 @@ import org.codehaus.groovy.runtime.IOGroovyMethods // specific language governing permissions and limitations // under the License. +import org.codehaus.groovy.runtime.IOGroovyMethods + suite("test_compaction_agg_keys") { def tableName = "compaction_agg_keys_regression_test" diff --git a/regression-test/suites/compaction/test_compaction_dup_keys.groovy b/regression-test/suites/compaction/test_compaction_dup_keys.groovy index 6fdd5d1f6e0315..7b3af011484376 100644 --- a/regression-test/suites/compaction/test_compaction_dup_keys.groovy +++ b/regression-test/suites/compaction/test_compaction_dup_keys.groovy @@ -1,5 +1,3 @@ -import org.codehaus.groovy.runtime.IOGroovyMethods - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -17,6 +15,8 @@ import org.codehaus.groovy.runtime.IOGroovyMethods // specific language governing permissions and limitations // under the License. +import org.codehaus.groovy.runtime.IOGroovyMethods + suite("test_compaction_dup_keys") { def tableName = "compaction_dup_keys_regression_test" diff --git a/regression-test/suites/compaction/test_compaction_uniq_keys.groovy b/regression-test/suites/compaction/test_compaction_uniq_keys.groovy index 12d2cc693233ce..49676b274bc302 100644 --- a/regression-test/suites/compaction/test_compaction_uniq_keys.groovy +++ b/regression-test/suites/compaction/test_compaction_uniq_keys.groovy @@ -1,5 +1,3 @@ -import org.codehaus.groovy.runtime.IOGroovyMethods - // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information @@ -17,6 +15,8 @@ import org.codehaus.groovy.runtime.IOGroovyMethods // specific language governing permissions and limitations // under the License. +import org.codehaus.groovy.runtime.IOGroovyMethods + suite("test_compaction_uniq_keys") { def tableName = "compaction_uniq_keys_regression_test"