laurentgo commented on code in PR #41533:
URL: https://github.com/apache/arrow/pull/41533#discussion_r1589432413
##########
java/flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/utils/ArrowFlightConnectionConfigImpl.java:
##########
@@ -38,6 +38,9 @@
* A {@link ConnectionConfig} for the {@link ArrowFlightConnection}.
*/
public final class ArrowFlightConnectionConfigImpl extends
ConnectionConfigImpl {
+ private static final ArrowFlightConnectionProperty[]
ARROW_FLIGHT_CONNECTION_PROPERTY_VALUES
Review Comment:
(nit) Maybe we can use a truly immutable type like `EnumSet` +
`Collections#unmodifiableSet()` instead of an array.
--
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]