kiszk commented on PR #14169: URL: https://github.com/apache/arrow/pull/14169#issuecomment-1262998229
`travis_wait` workaround allows us to finish build. On the other hand, CI found on failure. ``` 33/75 Test #36: arrow-compute-asof-join-node-test .........***Failed 1.25 sec Running arrow-compute-asof-join-node-test, redirecting output into /build/cpp/build/test-logs/arrow-compute-asof-join-node-test.txt (attempt 1/1) /arrow/cpp/build-support/run-test.sh: line 88: 30112 Aborted (core dumped) $TEST_EXECUTABLE "$@" > $LOGFILE.raw 2>&1 ``` [This assertion|https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/exec/util.cc#L35] causes the failure. I will address this in another PR. -- 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]
