This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 513922af6 ORC-1672: Remove test packages `o.a.o.tools.check`
513922af6 is described below
commit 513922af6c1d1a07e632a03231d5b546eeafb26e
Author: sychen <[email protected]>
AuthorDate: Sun Mar 31 21:35:06 2024 -0700
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 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.../src/test/org/apache/orc/tools/{bloomfilter => }/TestCheckTool.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 ada80a569..a524f7a50 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;