apache / iceberg

Apache Iceberg
https://iceberg.apache.org/
Apache License 2.0
5.85k stars 2.06k forks source link

ORC support broken for Java 8 #10598

Open snazy opened 2 days ago

snazy commented 2 days ago

Apache Iceberg version

main (development)

Query engine

None

Please describe the bug 🐞

Code in ORC support references java.lang.Math#floorMod(long, int) and java.lang.Math#floorDiv(long, int), which are not available in Java 8.