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

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

Closed
Tracked by #3524
diqiu50 opened this issue Jun 5, 2024 · 2 comments · Fixed by #4268
Closed
Tracked by #3524

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

diqiu50 opened this issue Jun 5, 2024 · 2 comments · Fixed by #4268
Assignees
Labels
bug Something isn't working

Comments

@diqiu50
Copy link
Contributor

diqiu50 commented Jun 5, 2024

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 diqiu50 added the bug Something isn't working label Jun 5, 2024
@diqiu50 diqiu50 self-assigned this Jun 5, 2024
@diqiu50
Copy link
Contributor Author

diqiu50 commented Jun 5, 2024

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

@diqiu50
Copy link
Contributor Author

diqiu50 commented Jun 11, 2024

Need to update development.md:
#3801 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants