@@ -1681,6 +1681,7 @@ message ActionEndSavepointRequest {
16811681 * - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise.
16821682 * - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise.
16831683 * - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column.
1684+ * - ARROW:FLIGHT:SQL:COLUMN_DEF - The default value for the column.
16841685 * - GetFlightInfo: execute the query.
16851686 */
16861687message CommandStatementQuery {
@@ -1707,6 +1708,7 @@ message CommandStatementQuery {
17071708 * - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise.
17081709 * - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise.
17091710 * - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column.
1711+ * - ARROW:FLIGHT:SQL:COLUMN_DEF - The default value for the column.
17101712 * - GetFlightInfo: execute the query.
17111713 * - DoPut: execute the query.
17121714 */
@@ -1744,6 +1746,7 @@ message TicketStatementQuery {
17441746 * - ARROW:FLIGHT:SQL:IS_READ_ONLY - "1" indicates if the column is read only, "0" otherwise.
17451747 * - ARROW:FLIGHT:SQL:IS_SEARCHABLE - "1" indicates if the column is searchable via WHERE clause, "0" otherwise.
17461748 * - ARROW:FLIGHT:SQL:REMARKS - A comment describing the column.
1749+ * - ARROW:FLIGHT:SQL:COLUMN_DEF - The default value for the column.
17471750 *
17481751 * If the schema is retrieved after parameter values have been bound with DoPut, then the server should account
17491752 * for the parameters when determining the schema.
0 commit comments