Commit ebca215
[SPARK-49872][CORE] Remove jackson JSON string length limitation : https://github.corp.ebay.com/carmel/ebay-spark/pull/863 (apache#22)
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.
fix regression
Yes, users won't hit this size limitation anymore.
apache#49163 tested it. We won't add a
test in this PR as generating a super large JSON will make the CI
unstable.
no
Closes apache#52049 from cloud-fan/json.
Lead-authored-by: Wenchen Fan <wenchen@databricks.com>
(cherry picked from commit 076618a)
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
Co-authored-by: Wenchen Fan <wenchen@databricks.com>
Co-authored-by: Wenchen Fan <cloud0fan@gmail.com>1 parent 7ee005d commit ebca215
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 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
0 commit comments