pitrou commented on code in PR #37788:
URL: https://github.com/apache/arrow/pull/37788#discussion_r1334787734
##########
ci/scripts/go_build.sh:
##########
@@ -41,3 +41,22 @@ pushd ${source_dir}/parquet
go install -v ./...
popd
+
+if [[ -n "${ARROW_GO_INTEGRATION}" ]]; then
+ pushd ${source_dir}/arrow/internal/cdata_integration
+
+ case "$(uname)" in
+ Linux)
+ go_lib="arrow_go_integration.so"
+ ;;
+ Darwin)
+ go_lib="arrow_go_integration.so"
Review Comment:
Ahah, yes, we might!
Though, admittedly this entire condition is a bit pedantic as the library is
only loaded explicitly using its full pathname :-)
--
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]