laurentgo commented on code in PR #40908:
URL: https://github.com/apache/arrow/pull/40908#discussion_r1545795292


##########
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:
   The main use of this property is to be set directly by the driver (not the 
users) in order for the driver to actually work. Checking if it is set sounds 
more like a debugging capability.



-- 
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]

Reply via email to