alinaliBQ commented on issue #49463: URL: https://github.com/apache/arrow/issues/49463#issuecomment-4008285961
Hi @kou, for enabling ODBC Linux support, would it be better to create a separate Dockerfile, or add ODBC (`ARROW_FLIGHT_SQL_ODBC=ON`) to an existing Dockerfile? imo having a separate Dockerfile for ODBC will make maintenance easier and reduce impact on CIs that use existing dockerfiles. Draft Dockerfile for ODBC: https://github.com/Bit-Quill/arrow/blob/3a8c3fea25923a25c3003d2d446f4c658d5ba0b7/ci/docker/ubuntu-24.04-cpp-odbc.dockerfile#L193. If we use this dockerfile for ODBC, we will remove non-ODBC related steps and dependencies to make it easier to maintain. cc @lidavidm -- 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]
