dongjoon-hyun commented on PR #1580: URL: https://github.com/apache/orc/pull/1580#issuecomment-1679230882
Hi, @wgtmac and @guiyanakuang . Sorry but how can I reproduce the original failure? I'm also use M1 Max, but didn't hit this issue before. ``` $ git log --oneline -n1 81ca886b8 (HEAD -> main) ORC-1472: Replace deprecated method in TestMurmur3.java $ ./mvnw package ... [INFO] --- jar:3.3.0:test-jar (default) @ orc-examples --- [INFO] Building jar: /Users/dongjoon/APACHE/orc-merge/java/examples/target/orc-examples-2.0.0-SNAPSHOT-tests.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Apache ORC 2.0.0-SNAPSHOT: [INFO] [INFO] Apache ORC ......................................... SUCCESS [ 6.472 s] [INFO] ORC Shims .......................................... SUCCESS [ 9.648 s] [INFO] ORC Core ........................................... SUCCESS [03:39 min] [INFO] ORC MapReduce ...................................... SUCCESS [ 49.592 s] [INFO] ORC Tools .......................................... SUCCESS [ 25.836 s] [INFO] ORC Examples ....................................... SUCCESS [ 8.892 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:20 min [INFO] Finished at: 2023-08-15T09:13:09-07:00 [INFO] ------------------------------------------------------------------------ ``` -- 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]
