Skip to content

Commit 513922a

Browse files
cxzl25dongjoon-hyun
authored andcommitted
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 <sychen@ctrip.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent c5b9fa3 commit 513922a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/tools/src/test/org/apache/orc/tools/bloomfilter/TestCheckTool.java renamed to java/tools/src/test/org/apache/orc/tools/TestCheckTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* limitations under the License.
1717
*/
1818

19-
package org.apache.orc.tools.bloomfilter;
19+
package org.apache.orc.tools;
2020

2121
import org.apache.hadoop.conf.Configuration;
2222
import org.apache.hadoop.fs.FileSystem;

0 commit comments

Comments
 (0)