lidavidm commented on code in PR #14082:
URL: https://github.com/apache/arrow/pull/14082#discussion_r1050094124
##########
cpp/src/arrow/flight/sql/client.h:
##########
@@ -450,6 +455,18 @@ class ARROW_FLIGHT_SQL_EXPORT Transaction {
std::string transaction_id_;
};
+/// \brief ADBC entry point.
+///
+/// A pointer to this function can be manually passed to the ADBC
+/// driver manager to initialize the ADBC driver. For example, if you
+/// are already linking to Arrow, instead of asking the driver manager
+/// to reload Arrow to get the Flight SQL driver, you can just pass
Review Comment:
I rewrote the docstring to be shorter and not advertise that pitfall.
--
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]