Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/feature/semantic-text' into in…
Browse files Browse the repository at this point in the history
…ference_metadata_diff
  • Loading branch information
jimczi committed Mar 28, 2024
2 parents 254a797 + 122e439 commit 1689da4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ public final void testMinimalIsInvalidInRoutingPath() throws IOException {
}
}

private String minimalIsInvalidRoutingPathErrorMessage(Mapper mapper) {
protected String minimalIsInvalidRoutingPathErrorMessage(Mapper mapper) {
if (mapper instanceof FieldMapper fieldMapper && fieldMapper.fieldType().isDimension() == false) {
return "All fields that match routing_path must be configured with [time_series_dimension: true] "
+ "or flattened fields with a list of dimensions in [time_series_dimensions] and "
Expand Down

0 comments on commit 1689da4

Please sign in to comment.