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]: Using 'mixed_iceberg' and 'mixed_hive' indentifier to CREATE CATALOG and deprecate 'arctic' indentifer #2423

Closed
3 tasks done
YesOrNo828 opened this issue Dec 12, 2023 · 0 comments · Fixed by #2424

Comments

@YesOrNo828
Copy link
Contributor

Search before asking

  • I have searched in the issues and found no similar issues.

What would you like to be improved?

Now we create mixed_iceberg or mix_iceberg catalog via the 'arctic' identifier in the Flink SQL. But it would confuse the users about what catalog was created exactly.

CREATE CATALOG <catalog_name> WITH (
  'type'='arctic',
  `<config_key>`=`<config_value>`
); 

We recommend using the following:

CREATE CATALOG <catalog_name> WITH (
  'type'='mixed_iceberg',
  `<config_key>`=`<config_value>`
); 

CREATE CATALOG <catalog_name> WITH (
  'type'='mixed_hive',
  `<config_key>`=`<config_value>`
); 

How should we improve?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Subtasks

No response

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant