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

[#3371] feat(flink-connector): support basic table operation #3795

Merged
merged 14 commits into from
Jul 5, 2024

Conversation

coolderli
Copy link
Contributor

What changes were proposed in this pull request?

  • Support table operation on Flink

Why are the changes needed?

Does this PR introduce any user-facing change?

  • no

How was this patch tested?

  • add Uts and ITs

@coolderli coolderli marked this pull request as draft June 5, 2024 15:48
@coolderli coolderli marked this pull request as ready for review June 21, 2024 07:07
@coolderli
Copy link
Contributor Author

@FANNG1 Please help review this PR when you have time. Thanks.

@FANNG1
Copy link
Contributor

FANNG1 commented Jun 25, 2024

@coolderli , table operation is complicated, do you mind to split it to smaller PRs, like

  • basic table operation like create simple table, drop, list, load
  • partition support
  • alter table support
  • more schema data types

@coolderli coolderli changed the title [#3371] feat(flink-connector): support table operation [#3371] feat(flink-connector): support basic table operation Jun 27, 2024
@coolderli coolderli marked this pull request as draft June 27, 2024 09:06
@coolderli coolderli marked this pull request as ready for review July 2, 2024 08:39
@coolderli
Copy link
Contributor Author

@FANNG1 Please help review this. Thanks.

@@ -258,6 +278,154 @@ public void testGetCatalogFromGravitino() {
numCatalogs, tableEnv.listCatalogs().length, "The created catalog should be dropped.");
}

@Test
public void testCreateNoPartitionTable() {
Copy link
Contributor

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?

@coolderli coolderli marked this pull request as draft July 3, 2024 12:56
@coolderli coolderli marked this pull request as ready for review July 4, 2024 10:00
@coolderli
Copy link
Contributor Author

@FANNG1 I have finished it. Please take a review. Thanks.

@coolderli
Copy link
Contributor Author

@FANNG1 I have fixed the license problem. Please help approve the pipeline and review it again. Thanks.

@FANNG1 FANNG1 merged commit 6a3e0f3 into apache:main Jul 5, 2024
17 checks passed
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.

[Subtask] [flink-connector] support basic table DDL operations for hive-catalog
2 participants