dongjoon-hyun edited a comment on pull request #611:
URL: https://github.com/apache/orc/pull/611#issuecomment-757088292
Interesting. When I run it locally with `17-ea` java test, it works.
```
$ java -version
openjdk version "17-ea" 2021-09-14
OpenJDK Runtime Environment (build 17-ea+3-125)
OpenJDK 64-Bit Server VM (build 17-ea+3-125, mixed mode, sharing)
```
Test-out is the same.
```
$ make test-out
Scanning dependencies of target test-out
Test project /Users/dongjoon/APACHE/orc-merge/build
Start 1: orc-test
1/3 Test #1: orc-test ......................... Passed 3.91 sec
Start 2: java-test
2/3 Test #2: java-test ........................ Passed 76.84 sec
Start 3: tool-test
3/3 Test #3: tool-test ........................ Passed 15.58 sec
100% tests passed, 0 tests failed out of 3
Total Test time (real) = 96.34 sec
Built target test-out
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]