Skip to content

Schema evolution: add/drop/alter columns #41

@LuciferYang

Description

@LuciferYang

Phase 3's "Schema evolution" line in the README maps to three upstream Dataset methods that don't have C/C++ bindings yet:

  • lance_dataset_drop_columns — metadata-only column removal
  • lance_dataset_alter_columns — rename / nullability / type change
  • lance_dataset_add_columns — SQL expressions, AllNulls(schema), or ArrowArrayStream (the upstream BatchUDF variant takes a Rust closure and can't cross the C ABI; the Reader variant covers the same compute-from-existing-data use case)

Splitting into three PRs since each has its own argument shape and error surface — same pattern as how _delete (#31), _update (#33), and _merge_insert (#39) landed separately.

The README roadmap entry stays unticked until all three ship.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions