-
Notifications
You must be signed in to change notification settings - Fork 14k
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 "Fixed Histogram visualization bug. " #8145
Conversation
This reverts commit 7ac1a29.
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
Perhaps. I think reverting this is the right call though as it unbreaks master |
Actually, I don't think #8115 fixed the bug, but instead just updated some of the API around superset-ui/chart. We probably should reopen the issue and figure out a more permanent bug fix |
IIRC, prior to merging I checked that |
Codecov Report
@@ Coverage Diff @@
## master #8145 +/- ##
==========================================
- Coverage 73.75% 66.18% -7.58%
==========================================
Files 115 479 +364
Lines 12059 22944 +10885
Branches 0 2525 +2525
==========================================
+ Hits 8894 15185 +6291
- Misses 3165 7625 +4460
- Partials 0 134 +134
Continue to review full report at Codecov.
|
This reverts commit b0d06a8.
Reverts #8077
This change introduced a new bug for many more histograms:
Tested:
http://localhost:5000/superset/explore/?form_data=%7B%22datasource%22%3A%223__table%22%2C%22viz_type%22%3A%22histogram%22%2C%22url_params%22%3A%7B%7D%2C%22granularity_sqla%22%3A%22ds%22%2C%22time_grain_sqla%22%3A%22P1D%22%2C%22time_range%22%3A%22No+filter%22%2C%22all_columns_x%22%3A%5B%22sum_boys%22%5D%2C%22adhoc_filters%22%3A%5B%5D%2C%22row_limit%22%3A10000%2C%22groupby%22%3A%5B%22name%22%5D%2C%22color_scheme%22%3A%22bnbColors%22%2C%22label_colors%22%3A%7B%7D%2C%22link_length%22%3A5%2C%22x_axis_label%22%3A%22%22%2C%22y_axis_label%22%3A%22%22%2C%22global_opacity%22%3A1%2C%22normalized%22%3Afalse%7D
This histogram loads with the revert, but throws the error before the revert.
@graceguo-supercat @serenajiang @villebro @kuckjwi0928