Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Cast "0.0" to int return null #1209

Open
jackylee-ch opened this issue Jan 12, 2023 · 0 comments
Open

Cast "0.0" to int return null #1209

jackylee-ch opened this issue Jan 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jackylee-ch
Copy link
Contributor

To Reproduce

create table test_string(a string) using parquet;
insert overwrite test_string values("0.0");
select cast(a as int) from test_string;
@jackylee-ch jackylee-ch added the bug Something isn't working label Jan 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant