Skip to content

Issue on Hive orc vectorisation #3041

@tprelle

Description

@tprelle

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions