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

[SPARK-13420][SQL] Rename Subquery logical plan to SubqueryAlias

## What changes were proposed in this pull request?
This patch renames logical.Subquery to logical.SubqueryAlias, which is a more appropriate name for this operator (versus subqueries as expressions).

## How was the this patch tested?
Unit tests.

Author: Reynold Xin <rxin@databricks.com>

Closes #11288 from rxin/SPARK-13420.
parent 1a340da8
No related branches found
No related tags found
No related merge requests found
Showing
with 61 additions and 61 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