-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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: add complex type to pydruid #20834
fix: add complex type to pydruid #20834
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20834 +/- ##
==========================================
- Coverage 66.32% 66.16% -0.17%
==========================================
Files 1756 1756
Lines 66767 66769 +2
Branches 7060 7060
==========================================
- Hits 44286 44179 -107
- Misses 20683 20792 +109
Partials 1798 1798
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. |
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.
Thanks for this quick fix!
201cd61
to
9754b2f
Compare
I also fixed this upstream: druid-io/pydruid#290 |
🏷️ preset:2022.29 |
* fix: add complex type to pydruid * Kick jobs (cherry picked from commit 672266c)
SUMMARY
Monkeypatch
pydruid
to support the "complex" column type.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
I loaded a druid dataset with a column of type
HLLSketchBuild
, and verified it works (see screenshot).ADDITIONAL INFORMATION