Skip to content

[Typescript] Version 1.1.0 - Arrow Flight Beta#292

Merged
teodordelibasic-db merged 6 commits into
mainfrom
typescript/v1.1.0
May 27, 2026
Merged

[Typescript] Version 1.1.0 - Arrow Flight Beta#292
teodordelibasic-db merged 6 commits into
mainfrom
typescript/v1.1.0

Conversation

@teodordelibasic-db
Copy link
Copy Markdown
Contributor

@teodordelibasic-db teodordelibasic-db commented May 18, 2026

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.

@teodordelibasic-db teodordelibasic-db self-assigned this May 18, 2026
@teodordelibasic-db teodordelibasic-db force-pushed the typescript/v1.1.0 branch 2 times, most recently from cc5183e to ee0b4e3 Compare May 26, 2026 17:14
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>
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 |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we remove this? Do you think its not needed?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Brought back. Documentation is probably ripe for a refactoring to deduplicate stuff and fill in the gaps etc.

Comment thread typescript/CHANGELOG.md Outdated
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`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
@teodordelibasic-db teodordelibasic-db added this pull request to the merge queue May 27, 2026
Merged via the queue into main with commit a579b23 May 27, 2026
17 checks passed
@teodordelibasic-db teodordelibasic-db deleted the typescript/v1.1.0 branch May 27, 2026 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants