thermo911 commented on code in PR #39561:
URL: https://github.com/apache/arrow/pull/39561#discussion_r1448689996


##########
java/flight/flight-sql/src/main/java/org/apache/arrow/flight/sql/SqlInfoBuilder.java:
##########
@@ -502,6 +503,26 @@ public SqlInfoBuilder withSqlQuotedIdentifierCase(final 
SqlSupportedCaseSensitiv
     return withBitIntProvider(SqlInfo.SQL_QUOTED_IDENTIFIER_CASE_VALUE, 
value.getNumber());
   }
 
+  /**
+   * Sets a value for {@link SqlInfo#SQL_ALL_TABLES_ARE_SELECTABLE} in the 
builder.
+   *
+   * @param value the value for {@link SqlInfo#SQL_ALL_TABLES_ARE_SELECTABLE} 
to be set.

Review Comment:
   I took `withSqlQuotedIdentifierCase` method's javadoc as an example.



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