ALTER TABLE¶
Changes the schema or properties of a table.
SET TBLPROPERTIES¶
Add or update key-value properties on a table:
If a property already exists, its value is overwritten:
UNSET TBLPROPERTIES¶
Remove properties from a table:
Remove multiple properties at once:
Unsetting a property that does not exist is a no-op (no error is raised).
Limitations¶
The enable_stable_row_ids property controls stable row ID tracking in the Lance format and can only be set at table creation time via TBLPROPERTIES in CREATE TABLE. Changing it via ALTER TABLE updates the stored config value but does not change the actual row ID tracking behavior.