Skip to content

Commit 095210c

Browse files
committed
fixup
1 parent 61aa123 commit 095210c

File tree

1 file changed

+4
-2
lines changed
  • x-pack/plugin/esql/qa/testFixtures/src/main/resources

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,9 +1844,11 @@ emp_no:integer | l1:double | l2:double
18441844
;
18451845

18461846
copySignWithMixedNumericValues
1847+
required_capability: mixed_numeric_types_in_case_greatest_least
1848+
18471849
ROW a = 1.0, b = -2.0
1848-
| EVAL c = COPY_SIGN(a, b)
1849-
| EVAL d = COPY_SIGN(b, a)
1850+
| EVAL c = copy_sign(a, b)
1851+
| EVAL d = copy_sign(b, a)
18501852
;
18511853

18521854
a:double | b:double | c:double | d:double

0 commit comments

Comments
 (0)