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
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>`
);
Search before asking
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.
We recommend using the following:
How should we improve?
No response
Are you willing to submit PR?
Subtasks
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: