Describe the bug, including details regarding any error messages, version, and platform.
Version
15.0.0-SNAPSHOT
Problem
org.apache.arrow.flight.sql.SqlInfo.SQL_ALL_TABLES_ARE_SELECTABLE
org.apache.arrow.flight.sql.SqlInfo.SQL_NULL_ORDERING
org.apache.arrow.flight.sql.SqlInfo.SQL_MAX_COLUMNS_IN_TABLE
are not supported in org.apache.arrow.flight.sql.SqlInfoBuilder
Expected state
SqlInfoBuilder has method withSqlAllTablesAreSelectable that accepts single parameter boolean value that specifies whether all tables are selectable.
SqlInfoBuilder has method withSqlNullOrdering that accepts single parameter SqlNullOrdering value that specifies ordering of nulls
SqlInfoBuilder has methid withSqlMaxColumnsInTable that accepts single parameter long value that specifies maximum number of columns in table.
Component(s)
Java