-
Notifications
You must be signed in to change notification settings - Fork 33
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
[FEATURE] Support lateral view explode function to create indexed views #1004
Comments
@dai-chen can you please review and comments ? |
The problem is creating MV with lateral view is not supported, right? Could you share the error if any? I assume indexed view tried to auto-refresh MV and there is limitation in Spark structured streaming to support complex query. |
Confirmed that both auto and manual refresh MV can support lateral view. Will close this and feel free to reopen if needed. Thanks!
|
Is your feature request related to a problem?
When creating indexed views (materialized views), the function to flatten arrays isn't supported. When creating visualizations for dashboards, arrays aren't very easy to work with since OpenSearch's visualization tooling doesn't support flatten arrays, extract values from arrays, or iterate arrays.
What solution would you like?
To support lateral view explode function and sub-queries.
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Sample queries
The text was updated successfully, but these errors were encountered: