Skip to content

Commit 131ed34

Browse files
committed
AnalyzerTest fix
1 parent 487a593 commit 131ed34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/AnalyzerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)",

0 commit comments

Comments
 (0)