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

[#2079] feat(relation-entity-store): Add the relation entity store interface #1930

Merged
merged 8 commits into from
Feb 6, 2024

Conversation

xloya
Copy link
Contributor

@xloya xloya commented Feb 2, 2024

What changes were proposed in this pull request?

The purpose of this PR is to add the interface of relational entity store, and the Mysql backend will be implemented in the next PR.

Why are the changes needed?

Fix: #2079

@xloya
Copy link
Contributor Author

xloya commented Feb 2, 2024

@jerryshao @yuqi1129 @coolderli Please take a look when you have time, thanks!

@xloya xloya force-pushed the add-rel-store-interface branch 2 times, most recently from 0ddbc53 to 82e18e0 Compare February 4, 2024 02:34
@xloya
Copy link
Contributor Author

xloya commented Feb 4, 2024

@jerryshao @yuqi1129 Fixed as per comments, please take a look again when you have time, thanks!

@qqqttt123
Copy link
Contributor

@xloya I understand #1811 is an epic issue. Could you create some subtask issues for it? It will be more clear to track the progress.

@xloya xloya closed this Feb 5, 2024
@xloya xloya reopened this Feb 5, 2024
@xloya
Copy link
Contributor Author

xloya commented Feb 5, 2024

@xloya I understand #1811 is an epic issue. Could you create some subtask issues for it? It will be more clear to track the progress.

Great idea, I will add to the task lists

@xloya xloya changed the title [#1811] feat(relation-entity-store): Add the relation entity store interface [#2079] feat(relation-entity-store): Add the relation entity store interface Feb 5, 2024
@xloya xloya force-pushed the add-rel-store-interface branch 2 times, most recently from 76243d4 to 3f46e1b Compare February 6, 2024 01:33
@xloya xloya force-pushed the add-rel-store-interface branch from 3f46e1b to 23945b7 Compare February 6, 2024 01:55
@xloya
Copy link
Contributor Author

xloya commented Feb 6, 2024

@jerryshao @qqqttt123 @yuqi1129 @coolderli The comments have been fixed. Please help to review again when you have time, thanks

@qqqttt123
Copy link
Contributor

LGTM, @yuqi1129 @jerryshao Could you give further suggestion?

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, @xloya thanks for your contribution.

@jerryshao jerryshao merged commit d49c809 into apache:main Feb 6, 2024
12 checks passed
jerryshao pushed a commit that referenced this pull request Feb 26, 2024
### What changes were proposed in this pull request?

The purpose of this PR is to implement JDBC backend operation Metalake
metadata which use MySQL as the database. Depend on #1930. Metadata
operations of Catalog, Schema, Table and Fileset will be supported in
the remaining PRs.

### Why are the changes needed?

Fix: #2080 

### How was this patch tested?
Add unit tests to test the metalake metadata ops.

---------

Co-authored-by: xiaojiebao <[email protected]>
@xloya xloya deleted the add-rel-store-interface 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 the relation entity store interface
5 participants