voltrondata-labs / benchmarks

Language-independent Continuous Benchmarking (CB) for Apache Arrow
MIT License
10 stars 11 forks source link

[Java] Add --add-opens to Java benchmark runner #161

Closed danepitkin closed 3 months ago

danepitkin commented 3 months ago

Add --add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED when running Java benchmarks.

danepitkin commented 3 months ago

Fixed proposed is within archery instead: https://github.com/apache/arrow/pull/43395

danepitkin commented 3 months ago

Actually fixed in this followup PR in arrow: https://github.com/apache/arrow/issues/43412