kerwin-zk commented on PR #8619: URL: https://github.com/apache/paimon/pull/8619#issuecomment-4979212159
Fixed in `bea3e1c08`: `_blob_native_covering_files` now rejects overlapping covering row-id ranges (`start < previous_end`) before merging adjacent ranges, and `test_overlapping_covering_row_ranges_returns_none` covers the `[0,10)` / `[5,15)` case. Local checks: - `pypaimon/tests/daft/daft_blob_native_read_test.py`: 20 passed - `pypaimon/tests/daft/daft_blob_read_test.py` + `daft_explain_test.py` + `daft_data_test.py`: 62 passed - `git diff --check`: passed - flake8 on touched files: passed -- 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]
