lidavidm commented on code in PR #48578:
URL: https://github.com/apache/arrow/pull/48578#discussion_r2790968050


##########
.github/workflows/cpp_extra.yml:
##########
@@ -395,6 +395,10 @@ jobs:
           export ARROW_CMAKE_ARGS="-DODBC_INCLUDE_DIR=$ODBC_INCLUDE_DIR"
           export CXXFLAGS="$CXXFLAGS -I$ODBC_INCLUDE_DIR"
           ci/scripts/cpp_build.sh $(pwd) $(pwd)/build
+      - name: Register Flight SQL ODBC Driver
+        run: |
+          chmod +x cpp/src/arrow/flight/sql/odbc/install/mac/install_odbc.sh

Review Comment:
   Should the script just be marked executable when checked into git?



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