-
Notifications
You must be signed in to change notification settings - Fork 414
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
feat: support parquet file source #2847
Conversation
Signed-off-by: coldWater <254244460@qq.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2847 +/- ##
==========================================
- Coverage 65.28% 65.27% -0.02%
==========================================
Files 353 354 +1
Lines 34667 34718 +51
==========================================
+ Hits 22631 22659 +28
- Misses 9804 9820 +16
- Partials 2232 2239 +7 ☔ View full report in Codecov by Sentry. |
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.
Is the parquet mod big? Can you check how big the binary size will increase? Thanks.
linux |
Great, thanks! If anyone complians about the size, we can make it optional by build tag later. |
Signed-off-by: coldWater <254244460@qq.com>
Signed-off-by: coldWater <254244460@qq.com> Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Signed-off-by: coldWater <254244460@qq.com> Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Signed-off-by: coldWater <254244460@qq.com> Signed-off-by: Jiyong Huang <huangjy@emqx.io>
Signed-off-by: coldWater <254244460@qq.com> Signed-off-by: Jiyong Huang <huangjy@emqx.io> Co-authored-by: coldWater <254244460@qq.com> Signed-off-by: siwuxie <cwl990110@163.com>
#2521