-
Notifications
You must be signed in to change notification settings - Fork 390
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
Conversation
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. |
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
LGTM |
What changes were proposed in this pull request?
close #6218