-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Hi,
I try to test #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 ?
Metadata
Metadata
Assignees
Labels
No labels