JingsongLi commented on PR #642: URL: https://github.com/apache/paimon-rust/pull/642#issuecomment-5204839144
`_ROW_ID = ...` predicates targeting non-Data Evolution tables are extracted and removed from the residual; they subsequently become silently ineffective, resulting in the return of all data. This behavior has been reproduced in local tests. A check for Data Evolution should be performed prior to extraction, or the predicates should be retained in the residual and rejected across the board. -- 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]
