Skip to content

Commit cbddc41

Browse files
committed
try again
1 parent 112bb00 commit cbddc41

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@ emp_no:integer | l1:double | l2:double
18441844
;
18451845

18461846
copySignWithMixedNumericValues
1847-
required_capability: mixed_numeric_types_in_case_greatest_least
1847+
required_capability: copy_sign
18481848

18491849
ROW cs1=COPY_SIGN(10.0, -5.0), cs2=COPY_SIGN(10, 1), cs3=COPY_SIGN(1, -5.0);
18501850

@@ -1854,6 +1854,7 @@ cs1:double | cs2:integer | cs3:integer
18541854

18551855
copySignWithMixedNumericValuesWithMV
18561856
required_capability: mixed_numeric_types_in_case_greatest_least
1857+
required_capability: copy_sign
18571858

18581859
FROM employees
18591860
| EVAL cs1 = COPY_SIGN(salary, LEAST(salary_change))

x-pack/plugin/esql/src/main/generated/org/elasticsearch/xpack/esql/expression/function/scalar/math/CopySignFloatEvaluator.java

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)