-
Notifications
You must be signed in to change notification settings - Fork 383
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
[#3371] feat(flink-connector): support basic table operation #3795
Conversation
@FANNG1 Please help review this PR when you have time. Thanks. |
@coolderli , table operation is complicated, do you mind to split it to smaller PRs, like
|
@FANNG1 Please help review this. Thanks. |
flink-connector/src/main/java/com/datastrato/gravitino/flink/connector/catalog/BaseCatalog.java
Outdated
Show resolved
Hide resolved
flink-connector/src/main/java/com/datastrato/gravitino/flink/connector/catalog/BaseCatalog.java
Outdated
Show resolved
Hide resolved
flink-connector/src/main/java/com/datastrato/gravitino/flink/connector/catalog/BaseCatalog.java
Outdated
Show resolved
Hide resolved
flink-connector/src/main/java/com/datastrato/gravitino/flink/connector/catalog/BaseCatalog.java
Outdated
Show resolved
Hide resolved
flink-connector/src/main/java/com/datastrato/gravitino/flink/connector/catalog/BaseCatalog.java
Show resolved
Hide resolved
flink-connector/src/main/java/com/datastrato/gravitino/flink/connector/utils/TypeUtils.java
Show resolved
Hide resolved
@@ -258,6 +278,154 @@ public void testGetCatalogFromGravitino() { | |||
numCatalogs, tableEnv.listCatalogs().length, "The created catalog should be dropped."); | |||
} | |||
|
|||
@Test | |||
public void testCreateNoPartitionTable() { |
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.
could you add write&read data after creating table?
.../java/com/datastrato/gravitino/flink/connector/integration/test/hive/FlinkHiveCatalogIT.java
Outdated
Show resolved
Hide resolved
@FANNG1 I have finished it. Please take a review. Thanks. |
@FANNG1 I have fixed the license problem. Please help approve the pipeline and review it again. Thanks. |
What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?