-
Notifications
You must be signed in to change notification settings - Fork 332
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(pipeline): gsub prosessor #4121
Conversation
chore: merge main
refactor: use `inserter` instead of `grpc_handler` in pipeline operator
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4121 +/- ##
==========================================
- Coverage 84.94% 84.88% -0.06%
==========================================
Files 1018 1023 +5
Lines 178688 179298 +610
==========================================
+ Hits 151780 152206 +426
- Misses 26908 27092 +184 |
Wait for #4014 get merged first, then we can add some test. |
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.
Almost LGTM
Co-authored-by: dennis zhuang <[email protected]>
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
implement Elastic Gsub processor
Checklist