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] Find correct catalog name in query rewriter #54

Open
dai-chen opened this issue Sep 29, 2023 · 0 comments
Open

[BUG] Find correct catalog name in query rewriter #54

dai-chen opened this issue Sep 29, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@dai-chen
Copy link
Collaborator

Is your feature request related to a problem?

In #48, there is limitation that Spark query rewriter lose the access to catalog name. There is no such information in logical plan probably because LogicalRelation already has concrete implementation of BaseRelation after analyzed.

This results in limitation that query rewriter always use current catalog name regardless of table name in FROM.

What solution would you like?

Unknown for now.

@dai-chen dai-chen added enhancement New feature or request untriaged labels Sep 29, 2023
@dai-chen dai-chen self-assigned this Sep 29, 2023
@dai-chen dai-chen removed the untriaged label Oct 2, 2023
@dai-chen dai-chen removed their assignment Oct 31, 2023
@dai-chen dai-chen added bug Something isn't working 0.2 and removed enhancement New feature or request labels Nov 7, 2023
@dai-chen dai-chen changed the title [FEATURE] Find correct catalog name in query rewriter [BUG] Find correct catalog name in query rewriter Nov 13, 2023
@dai-chen dai-chen added 0.3 and removed 0.2 labels Mar 7, 2024
@dai-chen dai-chen removed the 0.3 label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant