datastrato / gravitino

World's most powerful data catalog service with providing a high-performance, geo-distributed and federated metadata lake.
https://datastrato.ai/docs/
Apache License 2.0
347 stars 150 forks source link

[Bug report] When using simple names metalake names are sill displayed and this can cause issues #3247

Closed justinmclean closed 1 week ago

justinmclean commented 2 weeks ago

Version

main branch

Describe what's wrong

The metalake name are displayed and returned when they should not be

Error message and/or stacktrace

See below

How to reproduce

Use the playground and connect via DBeaver or other tool, you can see the names include the metalake names:

image

And any SQL generated (e.g to view a tables data) is invalid:

image

Additional context

No response

jerryshao commented 1 week ago

@diqiu50 would you please take a look at this.

diqiu50 commented 1 week ago

@justinmclean I think it's caused by DBeaver's caching, Could you recreate the datasource.

justinmclean commented 1 week ago

Yes that looks like that is the case you can close this.