alinaliBQ commented on code in PR #49005:
URL: https://github.com/apache/arrow/pull/49005#discussion_r2738272066


##########
.github/workflows/cpp_extra.yml:
##########
@@ -353,6 +353,9 @@ jobs:
       ARROW_BUILD_TESTS: ON
       ARROW_BUILD_TYPE: release
       ARROW_DEPENDENCY_SOURCE: VCPKG
+      # Turn Arrow CSV off to disable `find_package(Arrow)` check on MSVC CI. 
+      # GH-49050 TODO: enable `find_package(Arrow)` check on MSVC CI.
+      ARROW_CSV: OFF

Review Comment:
   Found segmentation fault at `find_package(Arrow)` example in `cpp_test.sh` 
that doesn't seem to be ODBC-related. Raised 
https://github.com/apache/arrow/issues/49050



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