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

[flink] New external catalog for storing paimon and non-paimon tables #2298

Closed
wants to merge 16 commits into from

Conversation

hdygxsj
Copy link
Contributor

@hdygxsj hdygxsj commented Nov 9, 2023

Purpose

close issue #1804
Supports the use of paimon external catalog to persist non-paimon tables so that users do not need to create their other tables after they have created them.

Tests

Added unit tests for FlinkExternalCatalog

Documentation

Copy link
Contributor

@zhuangchong zhuangchong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FlinkGenericCatalog is currently supported. What is the difference between this PR and FlinkGenericCatalog?

@hdygxsj
Copy link
Contributor Author

hdygxsj commented Nov 13, 2023

FlinkGenericCatalog is currently supported. What is the difference between this PR and FlinkGenericCatalog?

It can enable Paimon's FileSystem to save the connection information of all Flink connectors without Hive metastore

@JingsongLi
Copy link
Contributor

Thanks @hdygxsj , Can you add documentation too?

@hdygxsj
Copy link
Contributor Author

hdygxsj commented Nov 13, 2023

Thanks @hdygxsj , Can you add documentation too?

Already done

@JingsongLi
Copy link
Contributor

Thanks! I am busy now, I need some time to take a look again.

@macdoor
Copy link

macdoor commented Dec 10, 2023

Hive is outdate. This feature allows paimon to no longer rely on hive in scenarios where paimon and kafka are used together.

@hdygxsj
Copy link
Contributor Author

hdygxsj commented Dec 14, 2023

Anything need to fix? It seems possible to execute these test cases successfully in my local environment
image
image
image

@hdygxsj hdygxsj closed this Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants