On Thu, 22 Sep 2022 16:43:58 +0530
Pranav Yogi Lodha <[email protected]> wrote:
> 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.

This probably means you've got mixed types in the JSON column. Some
values are quoted, some are not. Is that right?


Reply via email to