jduo commented on code in PR #13492:
URL: https://github.com/apache/arrow/pull/13492#discussion_r944007190
##########
cpp/src/arrow/flight/sql/types.h:
##########
@@ -70,6 +71,30 @@ struct ARROW_FLIGHT_SQL_EXPORT SqlInfoOptions {
/// - true: if read only
FLIGHT_SQL_SERVER_READ_ONLY = 3,
+ /// Retrieves a boolean value indicating whether the Flight SQL Server
+ /// supports executing Substrait plans.
+ FLIGHT_SQL_SERVER_SUBSTRAIT = 4,
+
+ /// Retrieves an int32 value indicating whether the Flight SQL Server
+ /// supports explicit transaction RPCs.
+ FLIGHT_SQL_SERVER_TRANSACTION = 5,
Review Comment:
There's already a property SQL_TRANSACTIONS_SUPPORTED, so it might be worth
making clear the difference here.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]