Improve comparison errors (#4541)

This commit is contained in:
JT
2022-02-18 17:11:27 -05:00
committed by GitHub
parent f085bd97f6
commit d53eaac7a1
3 changed files with 67 additions and 23 deletions

View File

@ -127,7 +127,7 @@ fn converts_to_int() {
| into int number_as_string
| rename number
| where number == 1
| get number
| get number.0
"#
));