spark-instrumented-optimizer/sql/catalyst/src
Ryan Blue 6e95325fc3 [SPARK-18387][SQL] Add serialization to checkEvaluation.
## What changes were proposed in this pull request?

This removes the serialization test from RegexpExpressionsSuite and
replaces it by serializing all expressions in checkEvaluation.

This also fixes math constant expressions by making LeafMathExpression
Serializable and fixes NumberFormat values that are null or invalid
after serialization.

## How was this patch tested?

This patch is to tests.

Author: Ryan Blue <blue@apache.org>

Closes #15847 from rdblue/SPARK-18387-fix-serializable-expressions.
2016-11-11 13:52:10 -08:00
..
main [SPARK-18387][SQL] Add serialization to checkEvaluation. 2016-11-11 13:52:10 -08:00
test [SPARK-18387][SQL] Add serialization to checkEvaluation. 2016-11-11 13:52:10 -08:00