[
https://issues.apache.org/jira/browse/HUDI-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rahil Chertara updated HUDI-4230:
---------------------------------
Component/s: tests-ci
Fix Version/s: 0.12.0
> Revisit Disabled Tests in TestHiveIncrementalPuller
> ---------------------------------------------------
>
> Key: HUDI-4230
> URL: https://issues.apache.org/jira/browse/HUDI-4230
> Project: Apache Hudi
> Issue Type: Task
> Components: tests-ci
> Reporter: Rahil Chertara
> Priority: Major
> Fix For: 0.12.0
>
>
> 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)