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

Support allow_duplicate_keys for json processor #11059

Support allow_duplicate_keys for json processor

7498602
Select commit
Loading
Failed to load commit list.
Closed

Support allow_duplicate_keys for json processor #11059

Support allow_duplicate_keys for json processor
7498602
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 2, 2023 in 1s

71.25% (target 70.00%)

View this Pull Request on Codecov

71.25% (target 70.00%)

Details

Codecov Report

Merging #11059 (7498602) into main (63aff16) will decrease coverage by 0.04%.
Report is 5 commits behind head on main.
The diff coverage is 70.00%.

@@             Coverage Diff              @@
##               main   #11059      +/-   ##
============================================
- Coverage     71.29%   71.25%   -0.04%     
- Complexity    58742    58750       +8     
============================================
  Files          4872     4872              
  Lines        276777   276791      +14     
  Branches      40240    40241       +1     
============================================
- Hits         197316   197218      -98     
- Misses        62943    63157     +214     
+ Partials      16518    16416     -102     
Files Coverage Δ
...a/org/opensearch/core/xcontent/XContentParser.java 100.00% <ø> (ø)
...earch/common/xcontent/cbor/CborXContentParser.java 100.00% <100.00%> (ø)
...earch/common/xcontent/json/JsonXContentParser.java 83.33% <100.00%> (+0.40%) ⬆️
...rch/common/xcontent/smile/SmileXContentParser.java 100.00% <100.00%> (ø)
...va/org/opensearch/ingest/common/JsonProcessor.java 92.59% <100.00%> (+0.43%) ⬆️
...s/replication/SegmentReplicationTargetService.java 56.17% <100.00%> (+0.56%) ⬆️
...rg/opensearch/core/xcontent/MapXContentParser.java 72.61% <0.00%> (-0.47%) ⬇️
...ch/common/xcontent/JsonToStringXContentParser.java 43.90% <0.00%> (-0.55%) ⬇️
...rg/opensearch/core/xcontent/XContentSubParser.java 44.28% <0.00%> (-1.31%) ⬇️
.../java/org/opensearch/ingest/common/Processors.java 0.00% <0.00%> (ø)

... and 477 files with indirect coverage changes