Skip to content

Commit 9d95fc6

Browse files
Add extra note about the recently added metadata field
1 parent 27fe039 commit 9d95fc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

format/FlightSql.proto

+4-4
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ message CommandGetDbSchemas {
12121212
* - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case-sensitive, "0" otherwise.
12131213
* - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise.
12141214
* - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise.
1215-
* - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column.
1215+
* - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column. This field has been added after all others, clients should be prepared to find it missing.
12161216
* The returned data should be ordered by catalog_name, db_schema_name, table_name, then table_type, followed by table_schema if requested.
12171217
*/
12181218
message CommandGetTables {
@@ -1679,7 +1679,7 @@ message ActionEndSavepointRequest {
16791679
* - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case-sensitive, "0" otherwise.
16801680
* - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise.
16811681
* - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise.
1682-
* - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column.
1682+
* - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column. This field has been added after all others, clients should be prepared to find it missing.
16831683
* - GetFlightInfo: execute the query.
16841684
*/
16851685
message CommandStatementQuery {
@@ -1705,7 +1705,7 @@ message CommandStatementQuery {
17051705
* - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case-sensitive, "0" otherwise.
17061706
* - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise.
17071707
* - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise.
1708-
* - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column.
1708+
* - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column. This field has been added after all others, clients should be prepared to find it missing.
17091709
* - GetFlightInfo: execute the query.
17101710
* - DoPut: execute the query.
17111711
*/
@@ -1742,7 +1742,7 @@ message TicketStatementQuery {
17421742
* - ARROW:FLIGHT:SQL:IS_CASE_SENSITIVE - "1" indicates if the column is case-sensitive, "0" otherwise.
17431743
* - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise.
17441744
* - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise.
1745-
* - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column.
1745+
* - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column. This field has been added after all others, clients should be prepared to find it missing.
17461746
*
17471747
* If the schema is retrieved after parameter values have been bound with DoPut, then the server should account
17481748
* for the parameters when determining the schema.

0 commit comments

Comments
 (0)