Rahil Chertara created HUDI-4230:
------------------------------------
Summary: Revisit Disabled Tests in TestHiveIncrementalPuller
Key: HUDI-4230
URL: https://issues.apache.org/jira/browse/HUDI-4230
Project: Apache Hudi
Issue Type: Task
Reporter: Rahil Chertara
Within the pr (Support Hadoop 3.x Hive 3.x and Spark 3.x)
[https://github.com/apache/hudi/pull/5786,|https://github.com/apache/hudi/pull/5786]
The test below was disabled due to a conflict with Hive's avro, since the
default version for avro now will be what spark uses `1.10.2` where as hive
currently uses avro 1.8.2
https://github.com/apache/hive/blob/master/pom.xml#L105
```
@Disabled("Disable due to hive not support avro 1.10.2.")
@Test
public void testPuller() throws IOException, URISyntaxException
```
--
This message was sent by Atlassian Jira
(v8.20.7#820007)