-
Notifications
You must be signed in to change notification settings - Fork 14.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
fix: Fixed bug for issue #9967 #10269
Conversation
@villebro Created this new PR. Could you please review this? Also not sure why the CI is still failing, I installed the git-hook : https://github.com/apache/incubator-superset/blob/master/CONTRIBUTING.md#git-hooks |
Can you try to undo the change to |
Codecov Report
@@ Coverage Diff @@
## master #10269 +/- ##
===========================================
- Coverage 70.26% 59.31% -10.95%
===========================================
Files 598 404 -194
Lines 32011 13148 -18863
Branches 3239 3239
===========================================
- Hits 22491 7799 -14692
+ Misses 9417 5168 -4249
- Partials 103 181 +78
Continue to review full report at Codecov.
|
Worked like a charm! Thanks. I hope this should do the trick, request you to review once |
Great, thanks for your perseverence @Nj-kol ! 👍 |
Oh, that's easy, just open a single line PR on |
Hello Guys, thanks for the solution. Just to confirm, it will be included on the version 0.37, right? Thanks |
@nielsenrechia Yeah, gonna be in |
* Added formatted file setup.cfg * lint Co-authored-by: Nilanjan1.Sarkar <[email protected]>
SUMMARY
The issue was first observed in #7270
However, in the subsequent releases, the variable time_grain_functions was renamed to _time_grain_expressions. The implementation was also left out for hive. So time functions were not renamed which were specific to Hive. This was causing the group by functions in the Charts to malfunction
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before
After
TEST PLAN
ADDITIONAL INFORMATION