lidavidm commented on code in PR #40908:
URL: https://github.com/apache/arrow/pull/40908#discussion_r1545720259
##########
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:
Do we want to support both the old and the new keys to minimize potential
compatibility breaks?
--
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]