-
Notifications
You must be signed in to change notification settings - Fork 3k
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 Hive VIEW with common table expression (WITH CTE) #5977
Comments
Since it worked in Presto 344, i am marking this as a bug. |
Note that in 344, it was best effort. There was not guarantee about correctness or semantics, so I wouldn't consider it as "working". |
I agree, i wouldn't call the overall complex hive view support as "working" in 344. CTE were working though, even if incidentally only. (from end-user perspective it may not matter why something is working, only whether it's working). |
We are impacted by this issue and we ended up rolling back our recent upgrade (hive views support is a key requirement in our environment). Really appreciate any quick resolution to this challenge. |
@rzhang10 started looking into this last week. We are encountering a couple of issues, but hopefully the fix will be out soon. |
In the meantime, we're providing legacy behavior as an escape hatch for this and couple other regressions encountered with the introduction of Coral: cc @losipiuk |
This is addressed in Coral now linkedin/coral#125. Thanks to @uzshao for the patch! |
@wmoustafa, thanks! Is that in a release build, yet? |
@martint, yes, in version |
The text was updated successfully, but these errors were encountered: