You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofBaseRelation
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.
The text was updated successfully, but these errors were encountered: