Skip to content

Commit e0e34f4

Browse files
committed
Fix unsupported types test
1 parent 8013e47 commit e0e34f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/40_unsupported_types.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ unsupported:
116116
- method: POST
117117
path: /_query
118118
parameters: []
119-
capabilities: [REPORT_ORIGINAL_TYPES]
119+
capabilities: [dense_vector_field_type]
120120
reason: "uses original_type"
121121

122122
- do:
@@ -141,7 +141,7 @@ unsupported:
141141
- match: { columns.4.name: date_range }
142142
- match: { columns.4.type: unsupported }
143143
- match: { columns.5.name: dense_vector }
144-
- match: { columns.5.type: unsupported }
144+
- match: { columns.5.type: dense_vector }
145145
- match: { columns.6.name: double_range }
146146
- match: { columns.6.type: unsupported }
147147
- match: { columns.7.name: float_range }
@@ -311,8 +311,8 @@ unsupported with sort:
311311
- method: POST
312312
path: /_query
313313
parameters: [ ]
314-
capabilities: [ aggregate_metric_double_sorting ]
315-
reason: "support for sorting when aggregate_metric_double present"
314+
capabilities: [ dense_vector_field_type ]
315+
reason: "support for sorting when dense_vector_field_type present"
316316

317317
- do:
318318
allowed_warnings_regex:

0 commit comments

Comments
 (0)