jbonofre commented on code in PR #40908:
URL: https://github.com/apache/arrow/pull/40908#discussion_r1545735634
##########
java/flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/ArrowFlightJdbcDriver.java:
##########
@@ -58,7 +59,7 @@ public class ArrowFlightJdbcDriver extends UnregisteredDriver
{
// Netty requires some extra properties to unlock some native memory
management api
// Setting this property if not already set externally
// This has to be done before any netty class is being loaded
- final String key = "cfjd.io.netty.tryReflectionSetAccessible";
+ final String key = "io.netty.tryReflectionSetAccessible";
Review Comment:
@lidavidm do you mean testing/shading both `cfjd` and regular shading ? I
think it could be confusing for users. Just wondering.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]