This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 184acac55 ORC-1742: [FOLLOWUP] Remove unused import to fix checkstyle
failure
184acac55 is described below
commit 184acac55fe480bdd71db73672bc2d9adec3c0fe
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Jul 11 10:03:54 2024 -0700
ORC-1742: [FOLLOWUP] Remove unused import to fix checkstyle failure
---
java/tools/src/test/org/apache/orc/tools/TestFileDump.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/tools/src/test/org/apache/orc/tools/TestFileDump.java
b/java/tools/src/test/org/apache/orc/tools/TestFileDump.java
index 2699abf40..325233625 100644
--- a/java/tools/src/test/org/apache/orc/tools/TestFileDump.java
+++ b/java/tools/src/test/org/apache/orc/tools/TestFileDump.java
@@ -59,7 +59,6 @@ import java.nio.file.Files;
import java.nio.file.Paths;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
-import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;