Skip to content
Snippets Groups Projects
Commit 13c2a4f2 authored by Dilip Biswal's avatar Dilip Biswal Committed by Xiao Li
Browse files

[SPARK-20417][SQL] Move subquery error handling to checkAnalysis from Analyzer

## What changes were proposed in this pull request?
Currently we do a lot of validations for subquery in the Analyzer. We should move them to CheckAnalysis which is the framework to catch and report Analysis errors. This was mentioned as a review comment in SPARK-18874.

## How was this patch tested?
Exists tests + A few tests added to SQLQueryTestSuite.

Author: Dilip Biswal <dbiswal@us.ibm.com>

Closes #17713 from dilipbiswal/subquery_checkanalysis.
parent 4cc62951
No related branches found
No related tags found
No related merge requests found
Showing with 464 additions and 310 deletions
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