JingsongLi opened a new pull request, #581: URL: https://github.com/apache/paimon-rust/pull/581
## What changed - add a C Integration guide covering source builds, header generation, linking, catalog access, scan planning, and Arrow streaming reads - document projection, predicate, write/commit, error, and resource ownership conventions for the C ABI - add the guide to the MkDocs navigation ## Why The repository contains a complete `paimon-c` ABI, but the documentation site did not explain how C consumers can build or use it. ## Validation - `mkdocs build --strict` - generated `paimon.h` with `cbindgen` - compiled the complete C example with `cc -std=c11 -Wall -Wextra -Werror -fsyntax-only` -- 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]
