From a92b99d160dac661d45c8d33c142ff8844e64649 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 19 May 2022 09:55:27 +0800 Subject: [PATCH] [REFACTOR] reorder license header and import statement --- .../suites/compaction/test_compaction_agg_keys.groovy | 4 ++-- .../suites/compaction/test_compaction_dup_keys.groovy | 4 ++-- .../suites/compaction/test_compaction_uniq_keys.groovy | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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"