Skip to content
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

Merged
merged 2 commits into from
Apr 18, 2024

Conversation

swaminathanmanish
Copy link
Contributor

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.

@swaminathanmanish
Copy link
Contributor Author

@klsince - Could you take a look ?

@codecov-commenter
Copy link

codecov-commenter commented Apr 16, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 62.22%. Comparing base (59551e4) to head (8cad2e6).
Report is 327 commits behind head on master.

Files Patch % Lines
.../local/recordtransformer/CompositeTransformer.java 0.00% 3 Missing ⚠️
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     
Flag Coverage Δ
custom-integration1 <0.01% <0.00%> (-0.01%) ⬇️
integration <0.01% <0.00%> (-0.01%) ⬇️
integration1 <0.01% <0.00%> (-0.01%) ⬇️
integration2 0.00% <0.00%> (ø)
java-11 62.16% <0.00%> (+0.45%) ⬆️
java-21 62.10% <0.00%> (+0.47%) ⬆️
skip-bytebuffers-false 62.19% <0.00%> (+0.45%) ⬆️
skip-bytebuffers-true 62.07% <0.00%> (+34.34%) ⬆️
temurin 62.22% <0.00%> (+0.46%) ⬆️
unittests 62.21% <0.00%> (+0.46%) ⬆️
unittests1 46.69% <0.00%> (-0.20%) ⬇️
unittests2 28.01% <0.00%> (+0.28%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@swaminathanmanish swaminathanmanish changed the title (WIP) Enable complexType handling in SegmentProcessFramework Enable complexType handling in SegmentProcessFramework Apr 16, 2024
@swaminathanmanish swaminathanmanish marked this pull request as ready for review April 16, 2024 22:05
Copy link
Contributor

@KKcorps KKcorps left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor comments

@klsince klsince merged commit e057129 into apache:master Apr 18, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants