GitHub user cxzl25 opened a pull request:

    https://github.com/apache/spark/pull/20738

    [SPARK-23603][SQL]When the length of the json is in a range,get_json_object 
will result in missing tail data

    ## What changes were proposed in this pull request?
    
    Bump jackson from 2.6.7&2.6.7.1 to 2.7.7
    Jackson(>=2.7.7) fixes the possibility of missing tail data when the length 
of the value is in a range
    
[https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.7.7](https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.7.7)
    
[https://github.com/FasterXML/jackson-core/issues/30](https://github.com/FasterXML/jackson-core/issues/307)
    ## How was this patch tested?
    org.apache.spark.sql.catalyst.expressions.JsonExpressionsSuite
    test("some big value")


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cxzl25/spark update_jackson_version

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/20738.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #20738
    
----
commit 0da293c1e8a56fd50d9284ab57eb0f24881f08ef
Author: sychen <sychen@...>
Date:   2018-03-05T15:34:51Z

    Bump jackson from 2.6.7&2.6.7.1 to 2.7.7

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to