Skip to content

Add more TS/Rust snippets#180

Merged
prrao87 merged 2 commits intomainfrom
feat/add-ts-rust-examples
Mar 6, 2026
Merged

Add more TS/Rust snippets#180
prrao87 merged 2 commits intomainfrom
feat/add-ts-rust-examples

Conversation

@prrao87
Copy link
Contributor

@prrao87 prrao87 commented Mar 6, 2026

  • TS/Rust snippets for data ingestion
  • TS/Rust snippets for schema evolution. Fixes [typescript]: Missing typescript examples for schema evolution #178
    • Added full TypeScript schema evolution snippets (setup, add, alter, drop)
    • Added full Rust schema evolution snippets (same coverage)
    • Added expression-based type change examples (Python/TS/Rust): add derived column from SQL expression, drop old, rename new.
    • Added explicit vector dimension-change workaround examples for TS/Rust (FixedSizeList(384 -> 1024)): addColumns/add_columns + dropColumns/drop_columns + rename.
    • Added/updated warnings and prose to explain that alterColumns/alter_columns cannot directly cast across FixedSizeList dimension changes.

@prrao87 prrao87 merged commit 29651ca into main Mar 6, 2026
2 checks passed
@prrao87 prrao87 deleted the feat/add-ts-rust-examples branch March 6, 2026 03:18
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.

[typescript]: Missing typescript examples for schema evolution

1 participant