yugan95 commented on PR #8211: URL: https://github.com/apache/paimon/pull/8211#issuecomment-4687843059
@JingsongLi @LsomeYeah hi, could you help review this fix? It addresses a production issue where `readAllDeletionVectors` fails with "Size not match" because it reads sequentially without seeking, assuming `dvRanges` iteration order matches the physical storage order. The fix aligns it with the other read methods which already seek before each read. -- 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]
