Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down