alinaliBQ commented on PR #49688:
URL: https://github.com/apache/arrow/pull/49688#issuecomment-4270424632

   > I think that's good reason to see if we can change that specific pipeline 
(and perhaps other ODBC pipelines) to only build ODBC (in a separate task)
   
   Just to clarify, while the CI pipeline only passes 
`ARROW_FLIGHT_SQL_ODBC=ON`, ODBC's dependencies still need to be built. All 
libraries currently being built in the CI are required for ODBC to function. We 
bundle libraries like `gRPC` to ensure ODBC.dylib has no external dynamic 
library dependencies and can easily be loaded in Excel's sandbox environment. 
   
   > I see [C++ Extra / ODBC 
Linux](https://github.com/apache/arrow/actions/runs/24525011279/job/71692851658?pr=49688)
 still crashes here?
   
   The C++ Extra / ODBC Linux failure is introduced by 
https://github.com/apache/arrow/issues/49767. All flight-related tests 
(`arrow-flight-test`, `arrow-flight-sql-test`) are affected. 
   
   


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