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] Show materialized view returns full name in single column #105

Closed
dai-chen opened this issue Oct 26, 2023 · 1 comment
Closed

[BUG] Show materialized view returns full name in single column #105

dai-chen opened this issue Oct 26, 2023 · 1 comment
Assignees
Labels
0.1.1 bug Something isn't working

Comments

@dai-chen
Copy link
Collaborator

dai-chen commented Oct 26, 2023

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?

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
@dai-chen dai-chen added bug Something isn't working untriaged 0.1.1 labels Oct 26, 2023
@dai-chen dai-chen self-assigned this Oct 26, 2023
@dai-chen dai-chen moved this from Todo to In Progress in OpenSearch Spark Project Planning Nov 3, 2023
@dai-chen dai-chen moved this from In Progress to Under Review in OpenSearch Spark Project Planning Nov 4, 2023
@dai-chen dai-chen moved this from Under Review to Done in OpenSearch Spark Project Planning Nov 7, 2023
@dai-chen dai-chen closed this as completed Nov 7, 2023
@dai-chen
Copy link
Collaborator Author

dai-chen commented Nov 7, 2023

For now just output single materialized_view_name column as before.

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

No branches or pull requests

1 participant