-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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(sqllab): Bugfix for tracking url transformation #17263
Conversation
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.
Code change looks LGTM, thanks for fixing! However, I believe you will need to fix linting, as this change will exceed the maximum line width.
Linking to original PR that introduced the regression: #14366 |
Codecov Report
@@ Coverage Diff @@
## master #17263 +/- ##
==========================================
+ Coverage 76.94% 76.96% +0.02%
==========================================
Files 1039 1039
Lines 55608 55597 -11
Branches 7580 7580
==========================================
+ Hits 42786 42793 +7
+ Misses 12572 12554 -18
Partials 250 250
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hi @villebro, I have fixed linting by splitting into two statements. Is that OK? |
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
* Bugfix for tracking url transformation * Fix linting (cherry picked from commit 2544a4a)
* Bugfix for tracking url transformation * Fix linting
SUMMARY
This is a bugfix for #17262, review this issue for more information.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TESTING INSTRUCTIONS
SELECT a, COUNT(1) AS count FROM some_table GROUP BY a;
, it should not report error and return resultsADDITIONAL INFORMATION