bschell commented on issue #1751:
URL: https://github.com/apache/hudi/issues/1751#issuecomment-648481221
I did not run into this when testing #1760 myself, I think it might be
because we have internal changes for hive3.
I just checked and it looks like we have calcite added and shaded in
hudi-hive-bundle
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.16.0</version>
</dependency>
I think you might also need to add and shade libfb303 for hive-sync
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libfb303</artifactId>
<version>0.9.3</version>
</dependency>
We had these dependency changes for hive3 compatibility, however, didn't
realize this was needed for spark3 also. I will try to update #1760 with what
is needed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]