[Typescript] Version 1.1.0 - Arrow Flight Beta#292
Merged
Conversation
cc5183e to
ee0b4e3
Compare
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>
ee0b4e3 to
3087706
Compare
Comment on lines
-81
to
-92
| ### Available Data Types | ||
|
|
||
| | ArrowDataType | Description | | ||
| |---------------|-------------| | ||
| | `Boolean` | Boolean values | | ||
| | `Int8`, `Int16`, `Int32`, `Int64` | Signed integers | | ||
| | `UInt8`, `UInt16`, `UInt32`, `UInt64` | Unsigned integers | | ||
| | `Float32`, `Float64` | Floating point | | ||
| | `Utf8`, `LargeUtf8` | Strings | | ||
| | `Binary`, `LargeBinary` | Binary data | | ||
| | `Date32`, `Date64` | Dates | | ||
| | `TimestampMicros`, `TimestampNanos` | Timestamps | |
Contributor
There was a problem hiding this comment.
Why did we remove this? Do you think its not needed?
Contributor
Author
There was a problem hiding this comment.
Brought back. Documentation is probably ripe for a refactoring to deduplicate stuff and fill in the gaps etc.
Comment on lines
+26
to
+28
| Rust SDK 2.0.1's `materialize_ipc` now rejects multi-batch streams and | ||
| surfaces decode errors with a clear message; the wrapper just forwards | ||
| IPC bytes through `ingest_ipc_batch`. |
Contributor
Author
There was a problem hiding this comment.
Eh removed. Do you mean in the context of it being a Rust SDK change? I generally don't know if we have a rule of including Rust SDK relevant changes to other SDK changelog files.
Signed-off-by: teodordelibasic-db <teodor.delibasic@databricks.com>
Signed-off-by: teodordelibasic-db <teodor.delibasic@databricks.com>
elenagaljak-db
approved these changes
May 27, 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?
Release 1.1.0 with Beta support for Arrow Flight.
How is this tested?
Unit tests and recovery against local server.