Commit 076618a
committed
[SPARK-49872][CORE] Remove jackson JSON string length limitation
### What changes were proposed in this pull request?
This is a surgical fix extracted from apache#49163
The default jackson string limit introduced in jackson 2.15 can be too small for certain workloads, and this PR removes this limitation to avoid any regression.
### Why are the changes needed?
fix regression
### Does this PR introduce _any_ user-facing change?
Yes, users won't hit this size limitation anymore.
### How was this patch tested?
apache#49163 tested it. We won't add a test in this PR as generating a super large JSON will make the CI unstable.
### Was this patch authored or co-authored using generative AI tooling?
no
Closes apache#52049 from cloud-fan/json.
Lead-authored-by: Wenchen Fan <wenchen@databricks.com>
Co-authored-by: Wenchen Fan <cloud0fan@gmail.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>1 parent 9f63d1d commit 076618a
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| |||
0 commit comments