Skip to content

fix(chdb): import InsertOptions from chdb-rust crate root - #106

Merged
austin-barrington merged 2 commits into
mainfrom
fix/chdb-rust-insert-options-import
Jul 27, 2026
Merged

fix(chdb): import InsertOptions from chdb-rust crate root#106
austin-barrington merged 2 commits into
mainfrom
fix/chdb-rust-insert-options-import

Conversation

@austin-barrington

Copy link
Copy Markdown
Member

Summary

  • Update native_adapter.rs to import InsertOptions from chdb_rust::InsertOptions instead of chdb_rust::arrow_insert
  • Required for compatibility with chdb-rust v1.4, which moved InsertOptions into arrow_options and re-exports it at the crate root

Test plan

  • cargo build -p hyperbytedb

Made with Cursor

chdb-rust v1.4 moved InsertOptions into arrow_options and re-exports it
at the crate root; arrow_insert no longer exposes the type.
@austin-barrington
austin-barrington merged commit dfcbf55 into main Jul 27, 2026
4 checks passed
@austin-barrington
austin-barrington deleted the fix/chdb-rust-insert-options-import branch July 28, 2026 08:57
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.

1 participant