The json scanner would be used for impala and this is the error that's shown when unquoted values are read:
ERROR: JSON parse error: Column(/age) changed from string to number in row 0 Age is decimal type column. I and my team have been stuck on this for a while, any pointers would be highly appreciated. On Mon, 19 Sept 2022, 09:14 Pranav Yogi Lodha, <[email protected]> wrote: > > Hi, I was trying to work with arrow 8.0.0 to incorporate decimal support > for json scanner. I'm getting a parse error saying that it was converted > from string. > When I tried reading the same file with quoted values, it worked. Is there > a way to workaround with unquoted values as well, since a lot of pre-built > decimal data is unquoted. > I'd really appreciate any kind of pointers or a quick chat to explain more > on this. > > Regards >
