You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhancing the ability of Flink SQL to operate Arctic tables, allowing users to modify table properties through the alter table syntax.
Set or Alter Table Properties
ALTERTABLE [catalog_name.][db_name.]table_name SET (key1=val1, key2=val2, ...)
Set one or more properties in the specified table. If a particular property is already set in the table, override the old value with the new one.
How should we improve?
Implement the ArcticCatalog.alterTable method.
Invoking the AMS API to alter the properties.
Add some UTs with the Flink Catalog API and Flink SQL.
YesOrNo828
changed the title
Flink: add support to set/alter arctic table properties
[Improvement][Flink] Adding support for setting/altering Arctic table properties
Apr 24, 2023
zhoujinsong
changed the title
[Improvement][Flink] Adding support for setting/altering Arctic table properties
[Improvement][Flink] Add support for setting/altering mixed-format table properties with Flink SQL
Jun 26, 2024
Search before asking
What would you like to be improved?
Enhancing the ability of Flink SQL to operate Arctic tables, allowing users to modify table properties through the
alter table
syntax.Set or Alter Table Properties
Set one or more properties in the specified table. If a particular property is already set in the table, override the old value with the new one.
How should we improve?
ArcticCatalog.alterTable
method.Are you willing to submit PR?
Subtasks
Code of Conduct
The text was updated successfully, but these errors were encountered: