joellubi commented on code in PR #38385: URL: https://github.com/apache/arrow/pull/38385#discussion_r1388507790
########## cpp/src/arrow/flight/sql/types.h: ########## @@ -119,6 +119,14 @@ struct ARROW_FLIGHT_SQL_EXPORT SqlInfoOptions { /// If 0, there is no timeout. FLIGHT_SQL_SERVER_TRANSACTION_TIMEOUT = 101, + /// Retrieves a boolean value indicating whether the Flight SQL Server + /// supports executing bulk ingestion. + FLIGHT_SQL_SERVER_BULK_INGESTION = 102, + + /// Retrieves a boolean value indicating whether the Flight SQL Server + /// supports transactions for bulk ingestion. + FLIGHT_SQL_SERVER_INGEST_TRANSACTIONS_SUPPORTED = 103, Review Comment: Makes sense, I changed these to 10 and 11. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org