-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON functions fail on large input due to Jackson's string length limit #17843
Comments
Related to FasterXML/jackson-core#863, In FasterXML/jackson-core#1014 the default value was increased to 20M. |
@wendigo @hashhar Are we going to follow with the same approach as in airlift/airlift#1069? |
Yes, the solution would look similar. There are a lot of direct instantiations of |
I'll take this |
Please coordinate with @wendigo who is also working on it. |
As discussed in slack
https://trinodb.slack.com/archives/CGB0QHWSW/p1686050073739899
getting below error for json_extract_scalar function after upgrading from 407 to 419.
I also could not find a way to change the limit
The text was updated successfully, but these errors were encountered: