JingsongLi commented on PR #8185: URL: https://github.com/apache/paimon/pull/8185#issuecomment-5237817706
A "future delta partition leak" issue can be consistently reproduced: a query for `03:40` incorrectly returns `[7,1,7,20250810,03:40]` (which corresponds to `03:45`). The root cause lies in the delta range planning logic near `ChainGroupReadTable.java:445`; the test case `SparkChainTableITCase.java:2473` included in the PR fails as a result. -- 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]
