XiaoHongbo-Hope opened a new pull request, #722: URL: https://github.com/apache/paimon-rust/pull/722
### Purpose Expose the dedicated postpone fixed-bucket write path to Go. ### Changes - Add typed builder, writer, commit-message, and committer APIs. - Require a resolved partition-to-bucket-count plan. - Reuse the Arrow ownership handling from the standard Go write binding. - Add a same-process multi-writer integration test and usage documentation. ### Scope This API writes real buckets for `bucket = -2` tables. Planning, shuffling, preclustering, and cross-process commit-message serialization remain the integration's responsibility. Writers sharing one commit must use the same plan and commit user, with one owner per `(partition, bucket)`. This PR adds Go bindings for the Rust/C primitives introduced by #659 and does not change the storage format. -- 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]
