Skip to content

[Java] SQL_ALL_TABLES_ARE_SELECTABLE, SQL_NULL_ORDERING, SQL_MAX_COLUMNS_IN_TABLE are not supported in SqlInfoBuilder #39558

@thermo911

Description

@thermo911

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions