XiaoHongbo-Hope commented on PR #659: URL: https://github.com/apache/paimon-rust/pull/659#issuecomment-5237871838
Thanks for the review. Fixed the distributed ownership issue in afbb593: - Rust commits and C message merging now reject multiple writers for the same `(partition, bucket)`. - Added Rust and C regressions with two writers targeting the same primary key/bucket. - Kept the shared-plan success case on disjoint writer ownership. I also clarified the PR scope: this PR provides the explicit low-level Rust/C primitives. High-level integration selection, global planning, and preclustering remain integration-layer work. -- 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]
