From 513922af6c1d1a07e632a03231d5b546eeafb26e Mon Sep 17 00:00:00 2001 From: sychen Date: Sun, 31 Mar 2024 21:35:06 -0700 Subject: [PATCH] ORC-1672: Remove test packages `o.a.o.tools.check` ### What changes were proposed in this pull request? This PR aims to remove test packages `o.a.o.tools.check`. ### Why are the changes needed? ORC-1667 was originally designed for bloom-filter, so the package name has not been modified. ### How was this patch tested? GA ### Was this patch authored or co-authored using generative AI tooling? No Closes #1870 from cxzl25/ORC-1672. Authored-by: sychen Signed-off-by: Dongjoon Hyun --- .../org/apache/orc/tools/{bloomfilter => }/TestCheckTool.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename java/tools/src/test/org/apache/orc/tools/{bloomfilter => }/TestCheckTool.java (99%) diff --git a/java/tools/src/test/org/apache/orc/tools/bloomfilter/TestCheckTool.java b/java/tools/src/test/org/apache/orc/tools/TestCheckTool.java similarity index 99% rename from java/tools/src/test/org/apache/orc/tools/bloomfilter/TestCheckTool.java rename to java/tools/src/test/org/apache/orc/tools/TestCheckTool.java index ada80a5695..a524f7a505 100644 --- a/java/tools/src/test/org/apache/orc/tools/bloomfilter/TestCheckTool.java +++ b/java/tools/src/test/org/apache/orc/tools/TestCheckTool.java @@ -16,7 +16,7 @@ * limitations under the License. */ -package org.apache.orc.tools.bloomfilter; +package org.apache.orc.tools; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem;