The GitHub Actions job "CI" on fluss.git/fix/dv-snapshot-scan-options has failed. Run started by GitHub user luoyuxia (triggered by luoyuxia).
Head commit for run: 9f14327d158d5ebfbe4f22d963f4d8edbbf72ef6 / luoyuxia <[email protected]> [lake] Fix DvTableReadableSnapshotRetriever scanning wrong snapshot due to ineffective options getBucketsWithoutL0AndWithL0() passed SCAN_SNAPSHOT_ID and BATCH_SCAN_MODE via table options to store().newScan(), but these options are only consumed by table-level scans (DataTableBatchScan), not by store-level scans (AbstractFileStoreScan). This means the scan always hit the latest snapshot instead of the specified one. Fix by using the direct .withSnapshot(snapshot) API on FileStoreScan, consistent with getBucketsWithFlushedL0() in the same file. Co-Authored-By: Claude Opus 4.6 <[email protected]> Report URL: https://github.com/apache/fluss/actions/runs/26575434008 With regards, GitHub Actions via GitBox
