-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
refactor: decouple pandas postprocessing operator #18710
refactor: decouple pandas postprocessing operator #18710
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18710 +/- ##
==========================================
- Coverage 66.28% 66.26% -0.02%
==========================================
Files 1605 1619 +14
Lines 62863 62939 +76
Branches 6341 6341
==========================================
+ Hits 41666 41706 +40
- Misses 19545 19581 +36
Partials 1652 1652
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
This is great, much more manageable!
老哥有兴趣交流下不?我们最近也在用 Superset 和 ClickHouse 搭建自己内部的数据项目,我微信 agoodob |
SUMMARY
Currently, Superset use a single module maintained postprocessing operator. This PR ONLY split the original single module into multiple modules.
TESTING INSTRUCTIONS
Python unit test.
ADDITIONAL INFORMATION