-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Revert "Make select_star work with SQL Lab views (#8598)" #8930
Revert "Make select_star work with SQL Lab views (#8598)" #8930
Conversation
This reverts commit 964e6db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks for keeping master healthy!
Codecov Report
@@ Coverage Diff @@
## master #8930 +/- ##
=======================================
Coverage 58.97% 58.97%
=======================================
Files 359 359
Lines 11333 11333
Branches 2787 2787
=======================================
Hits 6684 6684
Misses 4471 4471
Partials 178 178 Continue to review full report at Codecov.
|
FYI I checked and it appears that #8598 is not in 0.35.*, so this revert doesn't need to be tagged with |
@graceguo-supercat @etr2460 can you add a unit test capturing this regression? #8598 was a bug fix (not a feature as @graceguo-supercat mentioned), and now we're back in a worse state IMHO. If you add a unit test that captures how it broke your query I can try to work on it again. |
What's the status of this? Without a clear repro/testcase what's the path to getting the original change re-merged? @graceguo-supercat |
airbnb is using Presto version 0.188.
|
This reverts commit 964e6db
CATEGORY
Choose one
SUMMARY
#8598 is a good feature, but in airbnb it cause some unknown issue for complicated queries. Chart returns 500 error and we got follow error message:
Because the error message is very general, i am not sure which dependency module cause this issue. We have to revert the whole PR to make master branch stable.
TEST PLAN
Manual test.
ADDITIONAL INFORMATION
REVIEWERS
@etr2460 @betodealmeida @mistercrunch