alinaliBQ commented on issue #48270: URL: https://github.com/apache/arrow/issues/48270#issuecomment-4284144751
As of Apr 2026, we are seeing this error again in https://github.com/apache/arrow/pull/49784, and the workaround is to add `arrow::compute::Initialize()` in the test global environment of `arrow-flight-sql-odbc-test`. This means ODBC will not register compute function calls during run time, as the compute calls are already registered during set up. The ODBC driver’s runtime registration behavior is not being tested. In a real world scenario, the expected behavior of ODBC driver is to register compute function calls, so timestamp to string conversions etc are enabled for data fetching. -- 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]
