GitHub user srowen opened a pull request:
https://github.com/apache/spark/pull/19352
[SPARK-22128][CORE] Update paranamer to 2.8 to avoid
BytecodeReadingParanamer ArrayIndexOutOfBoundsException with Scala 2.12 + Java
8 lambda
## What changes were proposed in this pull request?
Un-manage jackson-module-paranamer version to let it use the version
desired by jackson-module-scala; manage paranamer up from 2.8 for
jackson-module-scala 2.7.9, to override avro 1.7.7's desired paranamer 2.3
## How was this patch tested?
Existing tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srowen/spark SPARK-22128
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19352.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 #19352
----
commit eaa2cf7997937df98c1bf28aed0eec7fbbe01619
Author: Sean Owen <[email protected]>
Date: 2017-09-26T13:09:34Z
Un-manage jackson-module-paranamer version to let it use the version
desired by jackson-module-scala; manage paranamer up from 2.8 for
jackson-module-scala 2.7.9, to override avro 1.7.7's desired paranamer 2.3
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]