alinaliBQ opened a new pull request, #49787:
URL: https://github.com/apache/arrow/pull/49787

   ### Rationale for this change
   
   GH-47877
   
   ### What changes are included in this PR?
   
   This PR is dependent on https://github.com/apache/arrow/pull/49766 to merge.
   
   Add support for Linux ODBC `.rpm` installer.
   In `install_odbc.sh`, changed to use `awk` on unix platforms as `sed` 
doesn't work well on Linux. 
   Add installer readme section.
   Add `ARROW_FLIGHT_SQL_ODBC_INSTALLER` option. 
   
   The `.rpm` installer installs:
   ```
   root@84db9b9349a5:/usr/lib64/arrow-odbc# tree
   .
   |-- doc
   |   |-- Connection-Options.md
   |   `-- LICENSE.txt
   `-- lib
       |-- libarrow_flight_sql_odbc.so -> libarrow_flight_sql_odbc.so.2400
       |-- libarrow_flight_sql_odbc.so.2400 -> 
libarrow_flight_sql_odbc.so.2400.0.0
       `-- libarrow_flight_sql_odbc.so.2400.0.0
   
   3 directories, 5 files
   ```
   
   ### Are these changes tested?
   
   Yes
   
   ### Are there any user-facing changes?
   
   Users can download RPM installer from the CI.


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