shyjsarah commented on PR #482: URL: https://github.com/apache/paimon-rust/pull/482#issuecomment-4923674166
Thanks for the detailed repro. Fixed in `eadcc9b`. `$partitions` now preserves branch semantics by using the branch-bound `Table` for branch references instead of calling `catalog.list_partitions` with the base identifier. I also fixed the filesystem partition fallback to resolve the snapshot via the branch-aware snapshot manager while reading manifest files from the table root, which matches how branch snapshots reference existing manifest lists. Added a regression test for `table$branch_b1$partitions`: main returns `id=1,id=2`, while the branch-qualified partitions table returns only `id=1`. -- 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]
