steFaiz commented on code in PR #8404:
URL: https://github.com/apache/paimon/pull/8404#discussion_r3506592846
##########
paimon-python/pypaimon/read/reader/concat_batch_reader.py:
##########
@@ -335,6 +344,18 @@ def _expand_ranges(ranges: List[Range]) -> List[int]:
for row_id in range(row_range.from_, row_range.to + 1)
]
+ def _is_deleted(self, row_id: int) -> bool:
Review Comment:
Thanks! Added:
1. Python tests covering whole-range deleted
2. Java e2e tests also add this case
3. Add a test covering blobupdate + dv + row indices pushed
--
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]