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

[#5424] fix(paimon): remove duplicate schema names for Paimon catalog JDBC backend #5434

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

FANNG1
Copy link
Contributor

@FANNG1 FANNG1 commented Nov 4, 2024

What changes were proposed in this pull request?

remove duplicate schema names after list schemas from Paimon

Why are the changes needed?

Fix: #5424

Does this PR introduce any user-facing change?

no

How was this patch tested?

test in local env, create schema s1, create table t1, will get only one schema not two schemas

@FANNG1 FANNG1 requested review from jerryshao and caican00 November 4, 2024 07:24
@FANNG1
Copy link
Contributor Author

FANNG1 commented Nov 4, 2024

apache/paimon#4440 fixes the bug in Paimon side

@FANNG1 FANNG1 changed the title [#5424] fix(paimon): remove duplicate schema names for Paimon catalog [#5424] fix(paimon): remove duplicate schema names for Paimon catalog JDBC backend Nov 4, 2024
@jerryshao jerryshao added the branch-0.7 Automatically cherry-pick commit to branch-0.7 label Nov 4, 2024
@FANNG1 FANNG1 merged commit 452d97e into apache:main Nov 4, 2024
26 checks passed
github-actions bot pushed a commit that referenced this pull request Nov 4, 2024
… JDBC backend (#5434)

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

remove duplicate schema names after list schemas from Paimon

### Why are the changes needed?

Fix: #5424 

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

### How was this patch tested?
test in local env, create schema s1, create table t1, will get only one
schema not two schemas
mplmoknijb pushed a commit to mplmoknijb/gravitino that referenced this pull request Nov 6, 2024
…atalog JDBC backend (apache#5434)

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

remove duplicate schema names after list schemas from Paimon

### Why are the changes needed?

Fix: apache#5424 

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

### How was this patch tested?
test in local env, create schema s1, create table t1, will get only one
schema not two schemas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-0.7 Automatically cherry-pick commit to branch-0.7
Projects
None yet
2 participants