Skip to content

Commit

Permalink
ORC-1673: Remove test packages o.a.o.tools.[count|merge|sizes]
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This PR aims to remove test packages, `o.a.o.tools.[count|merge|sizes]`, and move the test class to the parent directory.

### Why are the changes needed?

Those test packages have no corresponding source package. In other words, the main code is implemented in `o.a.o.tools` package.

### How was this patch tested?

Pass the CIs.

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #1871 from dongjoon-hyun/ORC-1673.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Mar 31, 2024
1 parent 3b5b2a6 commit c5b9fa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package org.apache.orc.tools.sizes;
package org.apache.orc.tools;

import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package org.apache.orc.tools.merge;
package org.apache.orc.tools;

import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

package org.apache.orc.tools.count;
package org.apache.orc.tools;

import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
Expand Down

0 comments on commit c5b9fa3

Please sign in to comment.