rangareddy commented on issue #17325:
URL: https://github.com/apache/hudi/issues/17325#issuecomment-5351231436

   This issue was reviewed as part of the JIRA-migrated backlog triage 
(HUDI-8690).
   
   **Findings: still disabled on `master`, and the stated reason looks stale.**
   
   
`hudi-utilities/src/test/java/org/apache/hudi/utilities/TestHiveIncrementalPuller.java:173`:
   
   ```java
   @Test
   @Disabled("Disable due to hive not support avro 1.10.2.")
   public void testPuller() throws IOException, URISyntaxException {
   ```
   
   The two sibling tests in the same class 
(`testPullerWithoutIncrementalClause`, `testPullerWithoutSourceInSql`) are 
enabled, so only this one is skipped.
   
   The blocker named in the annotation no longer applies: the root `pom.xml` 
now pins `<avro.version>1.11.4</avro.version>` against 
`<hive.version>2.3.10</hive.version>`. Suggested next step is to remove the 
`@Disabled` and run the test, rather than re-investigate the original avro 
1.10.2 conflict.
   
   Keeping this open.
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to