File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1649,7 +1649,7 @@ public void testRegexOnInt() {
16491649
16501650 public void testUnsupportedTypesWithToString () {
16511651 // DATE_PERIOD and TIME_DURATION types have been added, but not really patched through the engine; i.e. supported.
1652- final String supportedTypes = "aggregate_metric_double or boolean or cartesian_point or cartesian_shape or date_nanos or datetime "
1652+ final String supportedTypes = "aggregate_metric_double or boolean or cartesian_point or cartesian_shape or date_nanos or date_range or datetime "
16531653 + "or dense_vector or geo_point or geo_shape or geohash or geohex or geotile or ip or numeric or string or version" ;
16541654 verifyUnsupported (
16551655 "row period = 1 year | eval to_string(period)" ,
You can’t perform that action at this time.
0 commit comments