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

get_json_object returns an error data when filter long integer data #1207

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

Comments

@jackylee-ch
Copy link
Contributor

To Reproduce

create table test (a string) using parquet;
insert overwrite test values(‘{"id": 292222730}’);
select get_json_object(a, '$.id') as id from test;

Return

2.92223e+08

Expected behavior

292222730
@jackylee-ch jackylee-ch added the bug Something isn't working label Jan 11, 2023
ccat3z added a commit to ccat3z/arrow-oap that referenced this issue Jan 13, 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