JingsongLi commented on PR #9877: URL: https://github.com/apache/paimon/pull/9877#issuecomment-5708354911
I ran the affected tests locally at this head (`VectorStoreTableTest` in paimon-core): 9 tests, 0 failures, 0 errors, BUILD SUCCESS. The planner reads well: the boundary sweep and the latest-provider-per-row-id resolution handle the overlapping vector file cases the previous sequential grouping could not, the "presence in writeCols" rule correctly documents explicit-NULL-overwrite behavior, and the column-pruning fallback (retain an active provider where the projected vector is not yet populated) closes the missing-range case. The three new tests cover shared-file partial updates, compacted ranges, and missing vector ranges. -- 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]
