justing-bq commented on code in PR #47971:
URL: https://github.com/apache/arrow/pull/47971#discussion_r2505566182
##########
cpp/src/arrow/flight/sql/odbc/odbc_impl/flight_sql_connection.h:
##########
@@ -28,6 +28,13 @@
namespace arrow::flight::sql::odbc {
+/// \brief Case insensitive comparator that takes string_view
+struct CaseInsensitiveComparatorStrView {
Review Comment:
Moved to the .cc file.
--
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]