We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d807195 commit dbe5b28Copy full SHA for dbe5b28
flight/flight-sql-jdbc-driver/src/test/java/org/apache/arrow/driver/jdbc/ITDriverJarValidation.java
@@ -56,6 +56,13 @@ public class ITDriverJarValidation {
56
public static final Set<String> ALLOWED_PREFIXES =
57
ImmutableSet.of(
58
"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/",
66
"META-INF/maven/", // Maven metadata (useful for security scanner
67
"META-INF/services/", // ServiceLoader implementations
68
"META-INF/license/",
0 commit comments