Skip to content
Snippets Groups Projects
Commit 77d847dd authored by Reynold Xin's avatar Reynold Xin
Browse files

[SPARK-14792][SQL] Move as many parsing rules as possible into SQL parser

## What changes were proposed in this pull request?
This patch moves as many parsing rules as possible into SQL parser. There are only three more left after this patch: (1) run native command, (2) analyze, and (3) script IO. These 3 will be dealt with in a follow-up PR.

## How was this patch tested?
No test change. This simply moves code around.

Author: Reynold Xin <rxin@databricks.com>

Closes #12556 from rxin/SPARK-14792.
parent cfe472a3
No related branches found
No related tags found
No related merge requests found
Showing
with 568 additions and 489 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