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

[#2082] feat(core): Add JDBC backend operations for schema #2377

Merged
merged 45 commits into from
Mar 4, 2024

Conversation

xloya
Copy link
Contributor

@xloya xloya commented Feb 28, 2024

What changes were proposed in this pull request?

The purpose of this PR is to implement JDBC backend operation Schema metadata. Depend on #2078 . Metadata operations of Table and Fileset will be supported in the remaining PRs.

Why are the changes needed?

Fix: #2082

How was this patch tested?

Add unit tests to test the schema metadata ops.

@xloya xloya marked this pull request as ready for review February 28, 2024 07:53
@xloya xloya force-pushed the add-ops-for-schema branch from 342c1b7 to 1d10a0f Compare February 29, 2024 01:48
@xloya
Copy link
Contributor Author

xloya commented Feb 29, 2024

@yuqi1129 This PR is ready for review, please take a look when you have time, thanks!

@xloya
Copy link
Contributor Author

xloya commented Mar 1, 2024

@jerryshao @yuqi1129 @qqqttt123 Have fixed the comments, please take a look again when you have time. Hope we can finish the reviews of the remaining PRs today, thanks!

@yuqi1129
Copy link
Contributor

yuqi1129 commented Mar 1, 2024

@qqqttt123
Could you kindly review it?

@qqqttt123
Copy link
Contributor

Generally LGTM, just some nits.

@xloya
Copy link
Contributor Author

xloya commented Mar 1, 2024

@yuqi1129 @qqqttt123 Any further comment for this? Thanks!

@qqqttt123
Copy link
Contributor

LGTM. Let @yuqi1129 take a final look.

Copy link
Contributor

@jerryshao jerryshao left a comment

Choose a reason for hiding this comment

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

LGTM. @yuqi1129 please help to review again.

Copy link
Contributor

@yuqi1129 yuqi1129 left a comment

Choose a reason for hiding this comment

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

LGTM

@jerryshao jerryshao merged commit 98119f3 into apache:main Mar 4, 2024
12 checks passed
jerryshao pushed a commit that referenced this pull request Mar 5, 2024
### What changes were proposed in this pull request?

The purpose of this PR is to implement JDBC backend operation for Table
metadata. Depend on #2377 . Metadata operations of Fileset will be
supported in the remaining PRs.

### Why are the changes needed?

Fix: #2083 

### How was this patch tested?

Add unit tests to test the table metadata ops.

---------

Co-authored-by: xiaojiebao <[email protected]>
@xloya xloya deleted the add-ops-for-schema branch June 20, 2024 01:42
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] Add JDBC Backend ops for Schema
4 participants