You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/05/19 06:00:38 UTC

[incubator-doris] branch master updated: [refactor][regressiontest] reorder license header and import statement (#9672)

This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 86b2c01e85 [refactor][regressiontest] reorder license header and import statement (#9672)
86b2c01e85 is described below

commit 86b2c01e85474282cd7e21e8d039f6c3c462e85e
Author: Gabriel <ga...@gmail.com>
AuthorDate: Thu May 19 14:00:33 2022 +0800

    [refactor][regressiontest] reorder license header and import statement (#9672)
---
 regression-test/suites/compaction/test_compaction_agg_keys.groovy  | 4 ++--
 regression-test/suites/compaction/test_compaction_dup_keys.groovy  | 4 ++--
 regression-test/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 9dea1ee579..8833c3d097 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 6fdd5d1f6e..7b3af01148 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 12d2cc6932..49676b274b 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"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org