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.
Codecov / codecov/patch failed Nov 2, 2023 in 0s

70.00% of diff hit (target 71.29%)

View this Pull Request on Codecov

70.00% of diff hit (target 71.29%)

Annotations

Check warning on line 113 in libs/core/src/main/java/org/opensearch/core/xcontent/MapXContentParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/core/src/main/java/org/opensearch/core/xcontent/MapXContentParser.java#L113

Added line #L113 was not covered by tests

Check warning on line 73 in libs/core/src/main/java/org/opensearch/core/xcontent/XContentSubParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

libs/core/src/main/java/org/opensearch/core/xcontent/XContentSubParser.java#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 52 in modules/ingest-common/src/main/java/org/opensearch/ingest/common/Processors.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/ingest-common/src/main/java/org/opensearch/ingest/common/Processors.java#L52

Added line #L52 was not covered by tests

Check warning on line 56 in modules/ingest-common/src/main/java/org/opensearch/ingest/common/Processors.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

modules/ingest-common/src/main/java/org/opensearch/ingest/common/Processors.java#L56

Added line #L56 was not covered by tests

Check warning on line 144 in server/src/main/java/org/opensearch/common/xcontent/JsonToStringXContentParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/common/xcontent/JsonToStringXContentParser.java#L144

Added line #L144 was not covered by tests