Skip to content

Add protobuf codegen decoder#12814

Closed
rseetham wants to merge 131 commits intoapache:masterfrom
rseetham:protobuf_codegen
Closed

Add protobuf codegen decoder#12814
rseetham wants to merge 131 commits intoapache:masterfrom
rseetham:protobuf_codegen

Conversation

@rseetham
Copy link
Contributor

@rseetham rseetham commented Apr 8, 2024

Will add unit tests, documentation and map type support.

resolves #12679

@codecov-commenter
Copy link

codecov-commenter commented Apr 8, 2024

Codecov Report

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

Project coverage is 0.00%. Comparing base (59551e4) to head (ca43b57).
Report is 258 commits behind head on master.

Files Patch % Lines
...n/inputformat/protobuf/codegen/MessageCodeGen.java 0.00% 155 Missing ⚠️
...not/plugin/inputformat/protobuf/ProtoBufUtils.java 0.00% 38 Missing ⚠️
...tformat/protobuf/ProtoBufCodeGenMessgeDecoder.java 0.00% 36 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             master   #12814       +/-   ##
=============================================
- Coverage     61.75%    0.00%   -61.76%     
=============================================
  Files          2436     2424       -12     
  Lines        133233   132936      -297     
  Branches      20636    20564       -72     
=============================================
- Hits          82274        0    -82274     
- Misses        44911   132936    +88025     
+ Partials       6048        0     -6048     
Flag Coverage Δ
custom-integration1 ?
integration 0.00% <0.00%> (-0.01%) ⬇️
integration1 ?
integration2 0.00% <0.00%> (ø)
java-11 ?
java-21 0.00% <0.00%> (-61.63%) ⬇️
skip-bytebuffers-false 0.00% <0.00%> (-61.75%) ⬇️
skip-bytebuffers-true ?
temurin 0.00% <0.00%> (-61.76%) ⬇️
unittests ?
unittests1 ?
unittests2 ?

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.

Jackie-Jiang and others added 28 commits April 8, 2024 10:43
…ogether (apache#12694)

* add SegmentContext to collect validDocIds bitmaps for many segments together
dependabot bot and others added 29 commits April 17, 2024 14:58
…e API (apache#12786)

* Allowing users to pass minionInstanceTag in tasks/schedule API

* add nullable annotation
* Enable complexType handling in SegmentProcessFramework
* upgrade maven-shade-plugin to 3.5.2

* Remove build-shade jar profile
@rseetham rseetham closed this Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support decoding protobuf input using code generation to call native methods