rangareddy commented on issue #17334:
URL: https://github.com/apache/hudi/issues/17334#issuecomment-5351233494
This issue was reviewed as part of the JIRA-migrated backlog triage
(HUDI-8687).
**Findings: still disabled on `master`.**
`hudi-integ-test/src/test/java/org/apache/hudi/integ/ITTestHoodieDemo.java:104`:
```java
@Test
@Disabled("HUDI-8440: This test is disabled because it is failing in the CI
pipeline. It is working fine in the local setup.")
public void testParquetDemo() throws Exception {
```
The annotation itself narrows the problem usefully: it reproduces only in
CI, not locally, so this is a CI-environment / docker-demo-setup issue rather
than a product defect. Worth linking HUDI-8440 into this ticket rather than
re-deriving that.
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]