alinaliBQ commented on code in PR #47689:
URL: https://github.com/apache/arrow/pull/47689#discussion_r2400081953


##########
cpp/src/arrow/flight/sql/odbc/flight_sql/utils.h:
##########
@@ -20,6 +20,7 @@
 #include 
<arrow/flight/sql/odbc/odbcabstraction/include/odbcabstraction/exceptions.h>
 #include 
<arrow/flight/sql/odbc/odbcabstraction/include/odbcabstraction/types.h>
 #include <arrow/flight/types.h>
+#include <boost/variant.hpp>

Review Comment:
   `boost::variant` is an existing dependency of `flightsql-odbc`. Our plan is 
to replace it with `std::variant` in future PRs



-- 
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]

Reply via email to