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

   ### Rationale for this change
   
   GH-49595
   
   ### What changes are included in this PR?
   
   This PR is dependent on https://github.com/apache/arrow/pull/49787 to 
undraft and merge.
   
   Add support for Linux ODBC `.deb` installer.
   
   Users can install with command:
   ```
   apt install ./ArrowFlightSqlOdbc-<version>.deb
   ```
   
   The following contents will be installed by the `.deb` installer:
   ```
   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, locally
   
   ### Are there any user-facing changes?
   
   Developers can download DEB 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