Skip to content
Snippets Groups Projects
Commit bbc24754 authored by Tathagata Das's avatar Tathagata Das Committed by Yin Huai
Browse files

[SPARK-16748][SQL] SparkExceptions during planning should not wrapped in TreeNodeException

## What changes were proposed in this pull request?
We do not want SparkExceptions from job failures in the planning phase to create TreeNodeException. Hence do not wrap SparkException in TreeNodeException.

## How was this patch tested?
New unit test

Author: Tathagata Das <tathagata.das1565@gmail.com>

Closes #14395 from tdas/SPARK-16748.
parent 2182e432
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