Commit 489dc0c
authored
Use a 9.3-exclusive version for exp. histogram (elastic#139237)
elastic#137432 added a minimum
transport version to data types that are *under construction*, so that
even in SNAPSHOT builds a coordinator node can decide whether other
nodes or clusters are new enough to understand a data type that recently
became supported in ESQL.
The `EXPONENTIAL_HISTOGRAM` type is one such type that is currently
under construction. elastic#137432
wrongly gave it a minimum transport version that was also backported to
9.2, even though the type is exclusive to 9.3 so far (even in SNAPSHOT
builds).
To keep things consistent, use a newer minimum transport version for
`EXPONENTIAL_HISTOGRAM`, namely the first version after it was added
which was also not backported to 9.2.
(There wasn't any breakage from this because we don't have tests that do
anything with `EXPONENTIAL_HISTOGRAM` in mixed 9.2/9.3 clusters/CCS to
my knowledge.)1 parent 86f6eb0 commit 489dc0c
File tree
1 file changed
+5
-4
lines changed- x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/esql/core/type
1 file changed
+5
-4
lines changedLines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
1043 | 1043 | | |
1044 | 1044 | | |
1045 | 1045 | | |
1046 | | - | |
| 1046 | + | |
| 1047 | + | |
1047 | 1048 | | |
1048 | | - | |
1049 | | - | |
| 1049 | + | |
| 1050 | + | |
1050 | 1051 | | |
1051 | 1052 | | |
1052 | 1053 | | |
0 commit comments