davisusanibar commented on code in PR #39331:
URL: https://github.com/apache/arrow/pull/39331#discussion_r1434127004
##########
ci/scripts/java_jni_manylinux_build.sh:
##########
@@ -115,7 +115,7 @@ if [ "${ARROW_BUILD_TESTS}" = "ON" ]; then
# ImportError: ../grpc/_cython/cygrpc.cpython-38-aarch64-linux-gnu.so:
# undefined symbol: vtable for std::__cxx11::basic_ostringstream<
# char, std::char_traits<char>, std::allocator<char> >
- exclude_tests="${exclude_tests}|arrow-gcsfs-test"
+
exclude_tests="${exclude_tests}|arrow-gcsfs-test|arrow-dataset-dataset-writer-test"
Review Comment:
It is a temporary workaround that only applies to testing this PR's scope. I
think we should wait until https://github.com/apache/arrow/issues/39326 is
resolved. Please let me know if this sound great for you, or, do we should push
this PR with this exclude test to main branch?
--
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]