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

[#4779] Improvement(trino-connector): Add the testset for the Iceberg catalog with jdbc backend #4780

Merged
merged 3 commits into from
Sep 9, 2024

Conversation

diqiu50
Copy link
Contributor

@diqiu50 diqiu50 commented Aug 29, 2024

What changes were proposed in this pull request?

Add the testset for the Iceberg catalog with jdbc backend, it reuse the Hive metastore backend testset

Why are the changes needed?

Fix: #4779

Does this PR introduce any user-facing change?

NO

How was this patch tested?

New It

@jerryshao jerryshao requested a review from yuqi1129 September 3, 2024 18:17
@@ -1,78 +1,78 @@
CREATE SCHEMA gt_iceberg.gt_db2;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we remove the catalog prefix?

Copy link
Contributor Author

@diqiu50 diqiu50 Sep 6, 2024

Choose a reason for hiding this comment

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

I need to reuse this tests for the Iceberg catalog with the JDBC backend and HMS backend, So the catalog name should removed

Copy link
Contributor

Choose a reason for hiding this comment

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

OK

@diqiu50 diqiu50 requested a review from yuqi1129 September 6, 2024 06:46
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

yuqi1129
yuqi1129 previously approved these changes Sep 8, 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

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

@yuqi1129 yuqi1129 merged commit 3987014 into apache:main Sep 9, 2024
24 checks passed
@diqiu50 diqiu50 deleted the fix-iceberg3 branch September 26, 2024 09:43
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.

[Improvement] Add Iceberg Jdbc backend tesetset in the Trino connector
2 participants