Abacn commented on PR #33750:
URL: https://github.com/apache/beam/pull/33750#issuecomment-2617093915
it's become challenging.
For Hive 4.x, Iceberg Hive catalog is released by hive
(org.apache.hive:hive-iceberg-handler), not iceberg
(org.apache.iceberg:iceberg-hive-metastore). Moreover, hive-iceberg-handler
shaded old iceberg versions inside,
This gives runtime errors like
```
java.lang.NoSuchMethodError: 'long
org.apache.iceberg.io.PositionOutputStream.storedLength()'
at
org.apache.iceberg.avro.AvroFileAppender.length(AvroFileAppender.java:83)
```
checking the class path resolution of PositionOutputStream indicates it came
from `hive-iceberg-handler-4.0.1.jar`
--
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]