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
Currently SHOW MATERIALIZED VIEW returns a single column with the entire mv name. This doesn't align with show tables or show materialized views in other database.
How can one reproduce the bug?
SHOW MATERIALIZED VIEWS IN myglue;
materialized_view_name
myglue.default.http_logs_metrics
myglue.default.lineitem_metrics
What is the expected behavior?
SHOW MATERIALIZED VIEWS IN myglue;
materialized_view_name catalog_name database_name
http_logs_metrics myglue default
lineitem_metrics myglue default
The text was updated successfully, but these errors were encountered:
What is the bug?
Currently
SHOW MATERIALIZED VIEW
returns a single column with the entire mv name. This doesn't align with show tables or show materialized views in other database.How can one reproduce the bug?
What is the expected behavior?
The text was updated successfully, but these errors were encountered: