Skip to content
Snippets Groups Projects
Commit 87820da7 authored by Ryan Blue's avatar Ryan Blue Committed by Reynold Xin
Browse files

[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.

(cherry picked from commit 6e95325f)
Signed-off-by: default avatarReynold Xin <rxin@databricks.com>
parent 465e4b40
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment