|
26 | 26 | format: "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" |
27 | 27 | dense_vector: |
28 | 28 | type: dense_vector |
| 29 | + similarity: l2_norm |
29 | 30 | dims: 3 |
30 | 31 | double_range: |
31 | 32 | type: double_range |
@@ -239,7 +240,7 @@ unsupported: |
239 | 240 | - match: { columns.4.name: date_range } |
240 | 241 | - match: { columns.4.type: unsupported } |
241 | 242 | - match: { columns.5.name: dense_vector } |
242 | | - - match: { columns.5.type: unsupported } |
| 243 | + - match: { columns.5.type: dense_vector } |
243 | 244 | - match: { columns.6.name: double_range } |
244 | 245 | - match: { columns.6.type: unsupported } |
245 | 246 | - match: { columns.7.name: float_range } |
@@ -332,7 +333,7 @@ unsupported with sort: |
332 | 333 | - match: { columns.4.name: date_range } |
333 | 334 | - match: { columns.4.type: unsupported } |
334 | 335 | - match: { columns.5.name: dense_vector } |
335 | | - - match: { columns.5.type: unsupported } |
| 336 | + - match: { columns.5.type: dense_vector } |
336 | 337 | - match: { columns.6.name: double_range } |
337 | 338 | - match: { columns.6.type: unsupported } |
338 | 339 | - match: { columns.7.name: float_range } |
@@ -386,7 +387,7 @@ unsupported with sort: |
386 | 387 | - match: { values.0.2: null } |
387 | 388 | - match: { values.0.3: "2015-01-01T12:10:30.123456789Z" } |
388 | 389 | - match: { values.0.4: null } |
389 | | - - match: { values.0.5: null } |
| 390 | + - match: { values.0.5: [0.5, 10.0, 6.0] } |
390 | 391 | - match: { values.0.6: null } |
391 | 392 | - match: { values.0.7: null } |
392 | 393 | - match: { values.0.8: "POINT (10.0 12.0)" } |
|
0 commit comments