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

[#2551] feat(catalog-jdbc-doris): Add a basic skeleton for Doris catalog #2554

Merged
merged 3 commits into from
Mar 17, 2024

Conversation

zhoukangcn
Copy link
Contributor

What changes were proposed in this pull request?

Add a basic skeleton for Doris catalog

Why are the changes needed?

Fix: #2551

Does this PR introduce any user-facing change?

N/A

How was this patch tested?

just build

yuqi1129
yuqi1129 previously approved these changes Mar 16, 2024
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

testImplementation(libs.testcontainers)
testImplementation(libs.testcontainers.mysql)

testRuntimeOnly(libs.junit.jupiter.engine)
Copy link
Contributor

Choose a reason for hiding this comment

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

We can remove the dependencies listed above because they are not currently in use.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

Copy link
Contributor

Choose a reason for hiding this comment

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

If we need to remove it, I believe other dependencies like test container should also be dropped.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@yuqi1129 yes,I had remove all test dependencies

import com.datastrato.gravitino.exceptions.GravitinoRuntimeException;
import java.sql.SQLException;

/** Exception converter to gravitino exception for Doris. */
Copy link
Contributor

Choose a reason for hiding this comment

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

gravitino -> Gravitino

Copy link
Contributor Author

Choose a reason for hiding this comment

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

same typo in MysqlExceptionConverter , i can fix it in another PR (for #2553 )

@zhoukangcn zhoukangcn changed the title [#2551] feat(catalog-jdcb-doris): Add a basic skeleton for Doris catalog [#2551] feat(catalog-jdbc-doris): Add a basic skeleton for Doris catalog Mar 17, 2024
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, thanks @zhoukangcn for your contribution.

@jerryshao jerryshao merged commit 9a77dff into apache:main Mar 17, 2024
21 of 27 checks passed
@zhoukangcn zhoukangcn deleted the f-2551 branch March 18, 2024 01:25
coolderli pushed a commit to coolderli/gravitino that referenced this pull request Apr 2, 2024
…s catalog (apache#2554)

### What changes were proposed in this pull request?

Add a basic skeleton for Doris catalog

### Why are the changes needed?

Fix: apache#2551 

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

just build
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 code skeleton for Doris catalog
4 participants