dramaticlly commented on issue #14911: URL: https://github.com/apache/iceberg/issues/14911#issuecomment-3683675987
I believe class like `org.apache.iceberg.mr.hive.serde.objectinspector.IcebergObjectInspector` as well as `HiveIcebergVectorizedRecordReader` are removed in PR #11801 and built into iceberg 1.8 or higher release. So it seems to be expected if you are building iceberg hive runtime jar using latest code will produce a NoClassDefFound error. Downloaded 1.6.1 jar still contain the relevant classes. If you prefer to build locally, you can checkout the older iceberg branches prior to 1.8 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
