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

[Bug][FLINK]: flink unified catalog doesn't support mixed_hive #2811

Open
2 tasks done
Aireed opened this issue May 6, 2024 · 0 comments · May be fixed by #2814
Open
2 tasks done

[Bug][FLINK]: flink unified catalog doesn't support mixed_hive #2811

Aireed opened this issue May 6, 2024 · 0 comments · May be fixed by #2814
Labels
type:bug Something isn't working

Comments

@Aireed
Copy link
Contributor

Aireed commented May 6, 2024

What happened?

SQL like this:

CREATE CATALOG unifiedCatalog WITH (
'type' = 'unified',
'metastore.url' = 'thrift://xxxx:pppp/unified_catalog'
)

create table if not exists unifiedCatalog.iceberg_test.mh_by_uc_spark_test(
id int,
name string,
dt string,
primary key (id,dt) not enforced
) with ('write.upsert.enabled'='true');

we encounted the error

image

Affects Versions

master

What engines are you seeing the problem on?

Flink

How to reproduce

CREATE CATALOG unifiedCatalog WITH (
'type' = 'unified',
'metastore.url' = 'thrift://xxxx:pppp/unified_catalog'
)

create table if not exists unifiedCatalog.iceberg_test.mh_by_uc_spark_test(
id int,
name string,
dt string,
primary key (id,dt) not enforced
) with ('write.upsert.enabled'='true');

Relevant log output

No response

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Aireed Aireed added the type:bug Something isn't working label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant