rangareddy commented on issue #17256:
URL: https://github.com/apache/hudi/issues/17256#issuecomment-5365806352
This issue was reviewed as part of the JIRA-migrated backlog triage
(HUDI-7454).
**Findings: needs a re-run; not decidable from source.**
The test is present and not disabled on `master`, at
`hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/cdc/TestCDCStreamingSuite.scala:47`:
```scala
@ParameterizedTest
@EnumSource(classOf[HoodieCDCSupplementalLoggingMode])
def cdcStreaming(loggingMode: HoodieCDCSupplementalLoggingMode): Unit = {
```
There is no `@Disabled` in the file, so the case is still running in CI.
One thing that makes a re-run worthwhile rather than a long investigation:
the CDC read path has been substantially rewritten since this was filed -
#13444 (HUDI-9526, *"Use HoodieFileGroupReader throughout the CDC flow"*,
merged 2025-07-19) and #13694 (HUDI-9695, *"Use BufferedRecordMerger for spark
cdc reader"*, merged 2025-08-13). The flake may simply be gone. But a rewrite
is not evidence of a fix for a specific race, so this needs current CI data for
the parameterised case `[3]` before it can be closed.
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]