Skip to content

Commit dbe5b28

Browse files
committed
Fix ITDriverJarValidation
1 parent d807195 commit dbe5b28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

flight/flight-sql-jdbc-driver/src/test/java/org/apache/arrow/driver/jdbc/ITDriverJarValidation.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ public class ITDriverJarValidation {
5656
public static final Set<String> ALLOWED_PREFIXES =
5757
ImmutableSet.of(
5858
"org/apache/arrow/driver/jdbc/", // Driver code
59+
// zstd-jni classes and native libraries must keep their original names
60+
"com/github/luben/zstd/",
61+
"aix/",
62+
"darwin/",
63+
"freebsd/",
64+
"linux/",
65+
"win/",
5966
"META-INF/maven/", // Maven metadata (useful for security scanner
6067
"META-INF/services/", // ServiceLoader implementations
6168
"META-INF/license/",

0 commit comments

Comments
 (0)