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

[Backport 2.x] Star tree mapping changes #15320

Merged
merged 3 commits into from
Aug 22, 2024

Merge branch '2.x' of github.com:opensearch-project/OpenSearch into s…

e7a3396
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Star tree mapping changes #15320

Merge branch '2.x' of github.com:opensearch-project/OpenSearch into s…
e7a3396
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 22, 2024 in 1s

74.71% of diff hit (target 71.53%)

View this Pull Request on Codecov

74.71% of diff hit (target 71.53%)

Annotations

Check warning on line 1346 in server/src/main/java/org/opensearch/cluster/metadata/MetadataCreateIndexService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/cluster/metadata/MetadataCreateIndexService.java#L1346

Added line #L1346 was not covered by tests

Check warning on line 371 in server/src/main/java/org/opensearch/index/IndexModule.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/IndexModule.java#L371

Added line #L371 was not covered by tests

Check warning on line 354 in server/src/main/java/org/opensearch/index/IndexService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/IndexService.java#L354

Added line #L354 was not covered by tests

Check warning on line 392 in server/src/main/java/org/opensearch/index/IndexService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/IndexService.java#L392

Added line #L392 was not covered by tests

Check warning on line 1209 in server/src/main/java/org/opensearch/index/IndexService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/IndexService.java#L1209

Added line #L1209 was not covered by tests

Check warning on line 29 in server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java#L29

Added line #L29 was not covered by tests

Check warning on line 31 in server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java#L31

Added line #L31 was not covered by tests

Check warning on line 50 in server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexSettings.java#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 24 in server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexValidator.java#L24

Added line #L24 was not covered by tests

Check warning on line 38 in server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/CompositeIndexValidator.java#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 65 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DateDimension.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DateDimension.java#L65

Added line #L65 was not covered by tests

Check warning on line 33 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java#L33

Added line #L33 was not covered by tests

Check warning on line 47 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 64 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 83 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 86 in server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/DimensionFactory.java#L86

Added line #L86 was not covered by tests

Check warning on line 63 in server/src/main/java/org/opensearch/index/compositeindex/datacube/Metric.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/Metric.java#L63

Added line #L63 was not covered by tests

Check warning on line 55 in server/src/main/java/org/opensearch/index/compositeindex/datacube/NumericDimension.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/NumericDimension.java#L55

Added line #L55 was not covered by tests

Check warning on line 41 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeField.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeField.java#L41

Added line #L41 was not covered by tests

Check warning on line 92 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeField.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeField.java#L92

Added line #L92 was not covered by tests

Check warning on line 69 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java#L69

Added line #L69 was not covered by tests

Check warning on line 75 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java#L75

Added line #L75 was not covered by tests

Check warning on line 78 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java#L78

Added line #L78 was not covered by tests

Check warning on line 106 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeFieldConfiguration.java#L106

Added line #L106 was not covered by tests

Check warning on line 25 in server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeIndexSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

server/src/main/java/org/opensearch/index/compositeindex/datacube/startree/StarTreeIndexSettings.java#L25

Added line #L25 was not covered by tests