File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -913,8 +913,8 @@ suggested_type:
913
913
- method : POST
914
914
path : /_query
915
915
parameters : []
916
- capabilities : [recommended_cast ]
917
- reason : " uses recommended_cast "
916
+ capabilities : [suggested_cast, implicit_casting_date_and_date_nanos ]
917
+ reason : " date and date_nanos should no longer produce suggested_cast column "
918
918
919
919
- do :
920
920
indices.create :
@@ -969,9 +969,7 @@ suggested_type:
969
969
- match : { columns.0.original_types: ["aggregate_metric_double", "long"] }
970
970
- match : { columns.0.suggested_cast: "aggregate_metric_double" }
971
971
- match : { columns.1.name: "my_date" }
972
- - match : { columns.1.type: "unsupported" }
973
- - match : { columns.1.original_types: ["date_nanos", "datetime"] }
974
- - match : { columns.1.suggested_cast: "date_nanos" }
972
+ - match : { columns.1.type: "date_nanos" }
975
973
- match : { columns.2.name: "my_double" }
976
974
- match : { columns.2.type: "double" }
977
975
- is_false : columns.2.original_types
You can’t perform that action at this time.
0 commit comments