Skip to content

Conversation

@gatorsmile
Copy link
Member

@gatorsmile gatorsmile commented Jun 21, 2017

What changes were proposed in this pull request?

isTableSample and isGenerated were introduced for SQL Generation respectively by #11148 and #11050

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

How was this patch tested?

The existing test cases

@SparkQA
Copy link

SparkQA commented Jun 21, 2017

Test build #78399 has finished for PR 18379 at commit 3c45449.

  • This patch fails to build.
  • This patch merges cleanly.
  • This patch adds no public classes.

@hvanhovell
Copy link
Contributor

Shouldn't we remove all the isGenerated stuff then? See Alias for example.

@gatorsmile
Copy link
Member Author

@hvanhovell Yes! Let me remove them in this PR too. : )

@SparkQA
Copy link

SparkQA commented Jun 21, 2017

Test build #78402 has finished for PR 18379 at commit 1c864b0.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@gatorsmile gatorsmile changed the title [SPARK-21164] [SQL] Remove isTableSample from Sample [SPARK-21164] [SQL] Remove isTableSample from Sample and isGenerated from Alias and AttributeReference Jun 23, 2017
@hvanhovell
Copy link
Contributor

LGTM - pending jenkins.

@SparkQA
Copy link

SparkQA commented Jun 23, 2017

Test build #78535 has finished for PR 18379 at commit 1e20ff1.

  • This patch fails Spark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented Jun 23, 2017

Test build #78536 has finished for PR 18379 at commit f65eef8.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@gatorsmile
Copy link
Member Author

Thanks! Merging to master.

@asfgit asfgit closed this in 03eb611 Jun 23, 2017
robert3005 pushed a commit to palantir/spark that referenced this pull request Jun 29, 2017
…rom Alias and AttributeReference

## What changes were proposed in this pull request?
`isTableSample` and `isGenerated ` were introduced for SQL Generation respectively by apache#11148 and apache#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 <[email protected]>

Closes apache#18379 from gatorsmile/CleanSample.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants