-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Enable complexType handling in SegmentProcessFramework #12942
Conversation
0f05ff3
to
a7c97d8
Compare
@klsince - Could you take a look ? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #12942 +/- ##
============================================
+ Coverage 61.75% 62.22% +0.46%
+ Complexity 207 198 -9
============================================
Files 2436 2502 +66
Lines 133233 136489 +3256
Branches 20636 21123 +487
============================================
+ Hits 82274 84925 +2651
- Misses 44911 45284 +373
- Partials 6048 6280 +232
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
minor comments
Whats in the PR:
Enabling complexType (ingestion config) handling in SegmentProcessorFramework
Why its needed:
For batch/minion based ingestion SegmentProcessorFramework is the building block which currently does not support complex type transformation. With this change, all batch ingestion tasks that use SegmentProcessorFramework, will get the ability to transform complexType.