apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://datastrato.ai/docs/
Apache License 2.0
680 stars 208 forks source link

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

Open diqiu50 opened 1 month ago

diqiu50 commented 1 month 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 1 month ago

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

diqiu50 commented 3 weeks ago

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