JingsongLi commented on PR #8735:
URL: https://github.com/apache/paimon/pull/8735#issuecomment-5018487852
- Implement the construction of `[0, rowCount)` using the `rowCount` from
a single index file, but ensure that the row-id in the incremental/sharded
index files remains the absolute ID for the entire row range.
- When the actual row-ids in the second file are `10000..19999`,
operations such as `IS NOT NULL`, `NOT EQUAL`, and `NOT IN` may incorrectly
return `0..9999`.
--
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]