You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/05/02 00:06:21 UTC

[GitHub] [arrow-adbc] lidavidm commented on a diff in pull request #633: feat(python/adbc_driver_snowflake): package the Snowflake driver

lidavidm commented on code in PR #633:
URL: https://github.com/apache/arrow-adbc/pull/633#discussion_r1181980323


##########
ci/scripts/python_util.sh:
##########
@@ -21,6 +21,13 @@ set -ex
 
 COMPONENTS="adbc_driver_manager adbc_driver_flightsql adbc_driver_postgresql adbc_driver_sqlite"
 
+if [[ $(uname) = "Darwin" ]] && [[ "${VCPKG_ARCH}" = "arm64" ]]; then
+    echo "Disabling adbc_driver_snowflake"
+    echo "(snowflake uses arrow v11 which can't be compiled on non-x64 platforms without noasm)"

Review Comment:
   I can try that but want to at least get CI green once here



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org