tprelle opened a new issue #3041: URL: https://github.com/apache/iceberg/issues/3041
Hi, I try to test https://github.com/apache/iceberg/pull/2613 but when i test it on my cluster with hive 3.1.2. I have a no such method error on the constructor of OrcSplit because of the shaded of OrcTail. `java.lang.NoSuchMethodError: org.apache.hadoop.hive.ql.io.orc.OrcSplit.<init>(Lorg/apache/hadoop/fs/Path;Ljava/lang/Object;JJ[Ljava/lang/String;Lorg/apache/iceberg/shaded/org/apache/orc/impl/OrcTail;ZZLjava/util/List;JJLorg/apache/hadoop/fs/Path;)V at org.apache.iceberg.mr.hive.vector.HiveVectorizedReader.reader(HiveVectorizedReader.java:102)` I was thinking using reflection but i do not know if someone hive a better way to do it ? -- 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]
