Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improvement][Flink] Add support for setting/altering mixed-format table properties with Flink SQL #2

Closed
2 of 3 tasks
Tracked by #2176
YesOrNo828 opened this issue Jul 19, 2022 · 2 comments · Fixed by #2624
Closed
2 of 3 tasks
Tracked by #2176
Labels
good first issue Good for newcomers module:mixed-flink Flink moduel for Mixed Format

Comments

@YesOrNo828
Copy link
Contributor

YesOrNo828 commented Jul 19, 2022

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

ALTER TABLE [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.
  • Affected Flink versions: flink1.12/flink1.14/flink1.15.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Subtasks

Code of Conduct

@YesOrNo828 YesOrNo828 added the module:mixed-flink Flink moduel for Mixed Format label Jul 19, 2022
@YesOrNo828 YesOrNo828 added the good first issue Good for newcomers label Aug 11, 2022
@DKolibar
Copy link

Hello, @YesOrNo828 , is this issue still relevant for this project? If yes, I would like to work on it.

shidayang referenced this issue in shidayang/arctic Nov 24, 2022
remove template definition form IcebergContentFile
@zhoujinsong
Copy link
Contributor

Hello, @YesOrNo828 , is this issue still relevant for this project? If yes, I would like to work on it.

Yes, We are very welcome for your contribution!

lklhdu referenced this issue in lklhdu/arctic Feb 10, 2023
Arctic Flink module supports iceberg 1.1.x
@YesOrNo828 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 zhoujinsong mentioned this issue Jun 25, 2024
66 tasks
@zhoujinsong 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers module:mixed-flink Flink moduel for Mixed Format
Projects
None yet
3 participants