spark-instrumented-optimizer/dev/deps
Kris Mok 596af211a5 [SPARK-25494][SQL] Upgrade Spark's use of Janino to 3.0.10
## What changes were proposed in this pull request?

This PR upgrades Spark's use of Janino from 3.0.9 to 3.0.10.
Note that 3.0.10 is a out-of-band release specifically for fixing an integer overflow issue in Janino's `ClassFile` reader. It is otherwise exactly the same as 3.0.9, so it's a low risk and compatible upgrade.

The integer overflow issue affects Spark SQL's codegen stats collection: when a generated Class file is huge, especially when the constant pool size is above `Short.MAX_VALUE`, Janino's `ClassFile reader` will throw an exception when Spark wants to parse the generated Class file to collect stats. So we'll miss the stats of some huge Class files.

The related Janino issue is: https://github.com/janino-compiler/janino/issues/58

## How was this patch tested?

Existing codegen tests.

Closes #22506 from rednaxelafx/upgrade-janino.

Authored-by: Kris Mok <kris.mok@databricks.com>
Signed-off-by: gatorsmile <gatorsmile@gmail.com>
2018-09-20 22:15:52 -07:00
..
spark-deps-hadoop-2.6 [SPARK-25494][SQL] Upgrade Spark's use of Janino to 3.0.10 2018-09-20 22:15:52 -07:00
spark-deps-hadoop-2.7 [SPARK-25494][SQL] Upgrade Spark's use of Janino to 3.0.10 2018-09-20 22:15:52 -07:00
spark-deps-hadoop-3.1 [SPARK-25494][SQL] Upgrade Spark's use of Janino to 3.0.10 2018-09-20 22:15:52 -07:00