Skip to content
Snippets Groups Projects
Commit 03eb6117 authored by Xiao Li's avatar Xiao Li
Browse files

[SPARK-21164][SQL] Remove isTableSample from Sample and isGenerated from Alias...

[SPARK-21164][SQL] Remove isTableSample from Sample and isGenerated from Alias and AttributeReference

## What changes were proposed in this pull request?
`isTableSample` and `isGenerated ` were introduced for SQL Generation respectively by https://github.com/apache/spark/pull/11148 and https://github.com/apache/spark/pull/11050

Since SQL Generation is removed, we do not need to keep `isTableSample`.

## How was this patch tested?
The existing test cases

Author: Xiao Li <gatorsmile@gmail.com>

Closes #18379 from gatorsmile/CleanSample.
parent 13c2a4f2
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 54 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