-
Notifications
You must be signed in to change notification settings - Fork 125
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
Support for lateral view explode clause #161
Comments
@macbre I need your opinion on this, we do not support https://spark.apache.org/docs/latest/sql-ref-syntax-qry-select-lateral-view.html in a part
If i'm not mistaken this only refers to hive/spark sql dialect. What should we do with this? |
Fix parsing with clauses, fix for #161
Tricky one. Then comes the question if we should for instance support PIVOT as well? Let's deal with this one in a separate PR / GitHub discussions thread. |
Created a discussion: #166 |
@macbre - I think we should either close this one and open a new one with enhancement for lateral view, or rename this one and change the labels, what do you think? |
@abecus The original bug was resolved but the tables still will return wrong data as the lateral view explode is not yet supported. |
getting error when trying to get the tables for sql below,
How to reproduce the error:
Error:
The text was updated successfully, but these errors were encountered: