wpleonardo commented on PR #1375: URL: https://github.com/apache/orc/pull/1375#issuecomment-1441153998
> @wpleonardo It seems that the CI check does not provide sufficient error message which makes the debugging painful. Please check out the docker files provided here: https://github.com/apache/orc/tree/main/docker. Hope it helps. Hi @wgtmac , as your suggestions, I have already run the CI test in different platforms' docker containers. But I can't reproduce the CI failed testcase in my own test. The orc-test and tool-test, which failed in your CI test, passed on all of the platforms (including ubuntu22, ubuntu20, ubuntu18, debian10_jdk-11, CentOS 7). I don't find the MACOS docker image in https://hub.docker.com/r/apache/orc-dev/tags?page=1&ordering=-name In my own test, I closed JAVA build in my own CI test (cmake .. -DBUILD_JAVA=OFF && make package test-out), due to the JAVA parts passed in your CI test and Java parts should have no relationship with C++ in my opinion. Do you have any idea about it? Thank you very much! -- 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]
