[All] Promote Arrow Flight to general availability - #791
Merged
Conversation
Signed-off-by: teodordelibasic-db <teodor.delibasic@databricks.com>
| ### Arrow Flight ingestion | ||
|
|
||
| Available in the Rust, Python, Go, TypeScript, and Java SDKs starting from their 2.0.0 releases, and in the C++ SDK from its initial `0.1.0` release. Currently in Beta — the API is stabilising but may still change before reaching GA. A third record format option alongside JSON and Protocol Buffers: send Apache Arrow `RecordBatch` data directly to Zerobus over the Arrow Flight protocol, on the same gRPC connection. Best fit when: | ||
| Arrow Flight ingestion is generally available in the SDKs that expose it. It is a third record format alongside JSON and Protocol Buffers: send Apache Arrow `RecordBatch` data directly to Zerobus over the Arrow Flight protocol, on the same gRPC connection. Best fit when: |
Contributor
There was a problem hiding this comment.
Should we say from which version?
Collaborator
Author
There was a problem hiding this comment.
Done. Added a table with column denoting from which version of each SDK is Arrow available.
Signed-off-by: teodordelibasic-db <teodor.delibasic@databricks.com>
Signed-off-by: teodordelibasic-db <teodor.delibasic@databricks.com>
Signed-off-by: teodordelibasic-db <teodor.delibasic@databricks.com>
Signed-off-by: teodordelibasic-db <teodor.delibasic@databricks.com>
nikolaobradovic-db
approved these changes
Aug 31, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are proposed in this pull request?
Arrow Flight ingestion is marked generally available in the SDKs that expose it. Beta / experimental labels are removed from public APIs, documentation, examples, and upcoming changelog entries.
The root README now states which SDKs include Arrow Flight (Rust, Python, Go cgo, TypeScript, Java, C++) and which do not (Pure Go, .NET).
Rust keeps
arrow-flightas an opt-in Cargo feature. TypeScript does the same for local source builds (npm run build:arrow/npm run build:debug:arrow).How is this tested?
Documentation change.