1
0

[HUDI-3261] Read rt table by hive cli throw NoSuchMethodError (#4624)

This commit is contained in:
EchoLee5
2022-01-18 16:58:08 +08:00
committed by GitHub
parent 3d93e857cc
commit 3b56320bd8

View File

@@ -102,6 +102,10 @@
<pattern>org.apache.avro.</pattern>
<shadedPattern>org.apache.hudi.org.apache.avro.</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.parquet.avro.</pattern>
<shadedPattern>org.apache.hudi.org.apache.parquet.avro.</shadedPattern>
</relocation>
<relocation>
<pattern>com.google.common.</pattern>
<shadedPattern>org.apache.hudi.com.google.common.</shadedPattern>