[
https://issues.apache.org/jira/browse/HUDI-8081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888382#comment-17888382
]
Lin Liu commented on HUDI-8081:
-------------------------------
The reason is that the for >= 3.x, we have the two classes in the same jar:
{code:java}
org.apache.hadoop.hive.thrift.TUGIContainingTransport,
org.apache.hadoop.hive.metastore.security.TUGIContainingTransport
{code}
There is no easy way to exclude any of the two classes. Meanwhile, we don't
know if there are any method differences in the classes. Therefore,
I decided to postpone this ticket and revisit it after we finished higher
priority tasks.
> Fix ORC tests on Spark 3.5
> --------------------------
>
> Key: HUDI-8081
> URL: https://issues.apache.org/jira/browse/HUDI-8081
> Project: Apache Hudi
> Issue Type: Task
> Reporter: Ethan Guo (this is the old account; please use "yihua")
> Assignee: Lin Liu
> Priority: Blocker
> Fix For: 1.0.0
>
>
> ORC tests fail on Spark 3.5 in Azure CI due to setup issues. These tests are
> temporarily disabled. We should fix them.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)