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

[#6218] docs: Adding Documentation for GravitinoPaimonCatalog in Flink Connectors #6266

Merged
merged 3 commits into from
Jan 16, 2025

Conversation

hdygxsj
Copy link
Contributor

@hdygxsj hdygxsj commented Jan 15, 2025

What changes were proposed in this pull request?

close #6218

@FANNG1 FANNG1 added the branch-0.8 Automatically cherry-pick commit to branch-0.8 label Jan 16, 2025
license: "This software is licensed under the Apache License version 2."
---

Accessing data in Paimon and managing Paimon's metadata will become simpler through the Apache Gravitino Flink connector.
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add more sentences here as below to make it more natural.

This document provides a comprehensive guide on configuring and using Apache Gravitino Flink connector to access the Paimon catalog managed by the Gravitino server. 

Currently, only AppendOnly tables are supported.
:::

Supports most DDL and DML operations in Flink SQL, except such operations:
Copy link
Contributor

Choose a reason for hiding this comment

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

Add a subject here


## Requirement

* Paimon 0.8
Copy link
Contributor

Choose a reason for hiding this comment

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

Only 0.8? What about 0.9 or 1.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The Gravitino server is still using Paimon version 0.8, and compatibility cannot be guaranteed with versions 0.9 and 1.0.

Copy link
Contributor

Choose a reason for hiding this comment

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

So, please add sentences like Higher version like 0.9 or above may also supported but have not been tested fully.


* paimon-flink-1.18-0.8.2.jar

* gravitino-flink-connector-runtime-*.jar
Copy link
Contributor

Choose a reason for hiding this comment

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

runtime-* -> runtime-${GRAVITINO_VERSION}.jar

@hdygxsj
Copy link
Contributor Author

hdygxsj commented Jan 16, 2025

@yuqi1129 @FANNG1 Please have a look.

@FANNG1
Copy link
Contributor

FANNG1 commented Jan 16, 2025

LGTM

@jerryshao jerryshao merged commit 1017f3e into apache:main Jan 16, 2025
25 checks passed
github-actions bot pushed a commit that referenced this pull request Jan 16, 2025
…k Connectors (#6266)

### What changes were proposed in this pull request?

close #6218
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-0.8 Automatically cherry-pick commit to branch-0.8
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Subtask] [Docs]Adding Documentation for GravitinoPaimonCatalog in Flink Connectors
4 participants