File tree Expand file tree Collapse file tree
cpp/src/arrow/flight/sql/odbc/install/mac Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ jobs:
275275 - name : Register Flight SQL ODBC Driver
276276 run : |
277277 chmod +x cpp/src/arrow/flight/sql/odbc/install/mac/install_odbc.sh
278- sudo cpp/src/arrow/flight/sql/odbc/install/mac/install_odbc.sh $(pwd)/cpp/ build/debug/libarrow_flight_sql_odbc.dylib
278+ sudo cpp/src/arrow/flight/sql/odbc/install/mac/install_odbc.sh $(pwd)/build/cpp /debug/libarrow_flight_sql_odbc.dylib
279279 - name : Test
280280 shell : bash
281281 run : |
Original file line number Diff line number Diff line change @@ -32,10 +32,24 @@ if [ ! -f $ODBC_64BIT ]; then
3232 exit 1
3333fi
3434
35+ SYSTEM_ODBCINST_FILE=" /Library/ODBC/odbcinst.ini"
3536USER_ODBCINST_FILE=" $HOME /Library/ODBC/odbcinst.ini"
3637DRIVER_NAME=" Apache Arrow Flight SQL ODBC Driver"
3738DSN_NAME=" Apache Arrow Flight SQL ODBC DSN"
3839
40+ echo " Checking /Library"
41+ ls /Library
42+ echo " Checking /Library/ODBC"
43+ ls /Library/ODBC
44+
45+ echo " Checking $HOME "
46+ ls $HOME
47+ echo " Checking $HOME /Library"
48+ ls $HOME /Library
49+ echo " Checking $HOME /Library/ODBC"
50+ ls $HOME /Library/ODBC
51+
52+ touch " $SYSTEM_ODBCINST_FILE "
3953touch " $USER_ODBCINST_FILE "
4054
4155# Admin privilege is needed to add ODBC driver registration
You can’t perform that action at this time.
0 commit comments