Skip to content

Commit c542420

Browse files
Update x-pack/plugin/esql/qa/testFixtures/src/main/resources/vector-magnitude.csv-spec
Co-authored-by: Carlos Delgado <[email protected]>
1 parent 35b5f6c commit c542420

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/vector-magnitude.csv-spec

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,15 @@ magnitude:double
7373
avg:double | min:double | max:double
7474
313.692 | 0.0 | 441.673
7575
;
76+
77+
magnitudeWithNull
78+
required_capability: magnitude_scalar_vector_function
79+
80+
row a = 1
81+
| eval magnitude = v_magnitude(null)
82+
| keep magnitude
83+
;
84+
85+
magnitude:double
86+
null
87+
;

0 commit comments

Comments
 (0)