jduo commented on code in PR #38469:
URL: https://github.com/apache/arrow/pull/38469#discussion_r1375059068


##########
docs/source/java/flight_sql_jdbc_driver.rst:
##########
@@ -115,18 +115,20 @@ parameters are:
      - When TLS is enabled, the password for the certificate store
 
    * - useEncryption
-     - false
-     - Whether to use TLS (the default is an insecure, plaintext
-       connection)
+     - true

Review Comment:
   I've documented that names are case-sensitive for simplicity's sake.
   
   If we want to be more precise, names are case-insensitive on the connection 
URI (since we internally lower-case them after parsing) and case-sensitive in 
the Properties object, but really they should consistently be case-insensitive.



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