Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fang-xing-esql committed Mar 22, 2024
1 parent 4325a4f commit ef812b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ emp_no:integer |hire_date:date |hire_double:double
10003 |1986-08-28T00:00:00.000Z|5.255712E11
;

convertFromString
convertFromString#[skip:-8.13.99, reason:warning changed in 8.14]
// tag::to_double-str[]
ROW str1 = "5.20128E11", str2 = "foo"
| EVAL dbl = TO_DOUBLE("520128000000"), dbl1 = TO_DOUBLE(str1), dbl2 = TO_DOUBLE(str2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ tf:boolean |t2l:long |f2l:long |tf2l:long
[true, false] |1 |0 |[1, 0]
;

convertStringToLong
convertStringToLong#[skip:-8.13.99, reason:warning changed in 8.14]
// tag::to_long-str[]
ROW str1 = "2147483648", str2 = "2147483648.2", str3 = "foo"
| EVAL long1 = TO_LONG(str1), long2 = TO_LONG(str2), long3 = TO_LONG(str3)
Expand Down

0 comments on commit ef812b8

Please sign in to comment.