This pr is aims to support alter table to update properties and custom properties. In this pr I introduce a new api named alter table, it currently only support update properties and update custom properties, but it support extends if we want add more alter table operations like add columns.
This pr is aims to support alter table to update properties and custom properties. In this pr I introduce a new api named
alter table
, it currently only support update properties and update custom properties, but it support extends if we want add more alter table operations likeadd columns
.