rangareddy commented on issue #17252:
URL: https://github.com/apache/hudi/issues/17252#issuecomment-5365805784
This issue was reviewed as part of the JIRA-migrated backlog triage
(HUDI-7377).
**Findings: needs a soak run; not decidable from source.**
The test is present and **not** disabled on `master`, at
`hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:2854`:
```java
@ParameterizedTest
@EnumSource(value = HoodieTableType.class)
void testWriteAndReadWithDataSkipping(HoodieTableType tableType) {
```
so nothing has been skipped or deleted to make the flake go away.
The reported failure shape - expecting 8 rows and getting `[]` - is data
skipping pruning everything, which usually points at a visibility race between
the write completing and the column-stats index being readable rather than at
the assertion itself. That is a hypothesis, not a diagnosis.
The linked CI run (`actions/runs/7762799770`, January 2024) has expired, so
the original output is no longer retrievable. To progress this someone needs
current failure data or a repeated local run.
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]