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

lateral view explode support? #704

Closed
Mvpanswer7 opened this issue Oct 26, 2018 · 4 comments · Fixed by #1778
Closed

lateral view explode support? #704

Mvpanswer7 opened this issue Oct 26, 2018 · 4 comments · Fixed by #1778

Comments

@Mvpanswer7
Copy link

Mvpanswer7 commented Oct 26, 2018

Error throws unexpected token: lateral at line 1 when I use a select statement with lateral view explode

@Mvpanswer7 Mvpanswer7 changed the title lateral view explode suppor条? lateral view explode support? Oct 26, 2018
@Mvpanswer7
Copy link
Author

@wumpz

@Mvpanswer7
Copy link
Author

Mvpanswer7 commented Oct 26, 2018

My sql select * from ( select * from users where dt>='20180801' and dt<='20180916' and id>100 a lateral view explode(info) ) as adid

@Mvpanswer7
Copy link
Author

@wumpz Do you have plans for this support?

@manticore-projects
Copy link
Contributor

Duplicate #239

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants