alibaba / fluss

Fluss is a streaming storage built for real-time analytics.
https://alibaba.github.io/fluss-docs
Apache License 2.0
701 stars 155 forks source link

[server] Support alter table to update properties and custom properties #101

Open swuferhong opened 18 hours ago

swuferhong commented 18 hours ago

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.