apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
1.1k stars 345 forks source link

[Bug report] Trino connector can not support the catalog name with metalake #3785

Closed diqiu50 closed 3 months ago

diqiu50 commented 5 months ago

Version

main branch

Describe what's wrong

When we create a catalog named "test.gt_hive", it's can not use by query

show catalogs;
 Catalog
----------
 "test.gt_hive"
 jmx
 memory
 system
 tpcds
 tpch
(6 rows)

trino> show schemas from  "test.gt_hive";
Query 20240605_083043_00002_bz7ex failed: Catalog 'test.gt_hive' not found

Error message and/or stacktrace

See the describe

How to reproduce

See the describe

Additional context

No response

diqiu50 commented 5 months ago

This is bug in Trino. It fixed After version of Trino-446

diqiu50 commented 5 months ago

Need to update development.md: https://github.com/datastrato/gravitino/pull/3801#issuecomment-2159735804