apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.43k stars 956 forks source link

[Bug] JDBC catalog may produce duplicated schema names when calling list schema #4439

Closed FANNG1 closed 1 week ago

FANNG1 commented 2 weeks ago

Search before asking

Paimon version

0.8

Compute Engine

JavaAPI

Minimal reproduce step

  1. create paimon JDBC catalog
  2. create schema s1
  3. create table t1
  4. call list schema api, will get two s1

What doesn't meet your expectations?

only get one s1

Anything else?

No response

Are you willing to submit a PR?