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


##########
cpp/build-support/lint_cpp_cli.py:
##########
@@ -77,6 +77,9 @@ def lint_file(path):
 
 EXCLUSIONS = _paths('''\
     arrow/arrow-config.cmake
+    arrow/flight/sql/odbc/flight_sql/get_info_cache.h
+    
arrow/flight/sql/odbc/odbcabstraction/include/odbcabstraction/blocking_queue.h
+    
arrow/flight/sql/odbc/odbcabstraction/include/odbcabstraction/odbc_impl/odbc_handle.h

Review Comment:
   The `arrow/flight/sql/odbc` code are part of the `flightsql-odbc` 
contribution. 
   
    CLI/C++ support is being removed 
(https://github.com/apache/arrow/issues/45810) to allow usage of `std::mutex`, 
so adding the lint ignore 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]

Reply via email to