Skip to content

Conversation

@cloud-fan
Copy link
Contributor

What changes were proposed in this pull request?

address post hoc review comments for #14897

How was this patch tested?

N/A

@cloud-fan
Copy link
Contributor Author

cc @rxin @yhuai

@SparkQA
Copy link

SparkQA commented Oct 11, 2016

Test build #66701 has finished for PR 15424 at commit b93841b.

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

@SparkQA
Copy link

SparkQA commented Oct 11, 2016

Test build #66704 has finished for PR 15424 at commit 9928616.

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

}

/**
* Drop a local temporary view.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

explain what the return value means

* Local temporary view is session-scoped. Its lifetime is the lifetime of the session that
* created it, i.e. it will be automatically dropped when the session terminates. It's not
* tied to any databases, i.e. we can't use `db1.view1` to reference a local temporary view.
*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a line saying the return type was unit in Spark 2.0, but changed to boolean in Spark 2.1?

@rxin
Copy link
Contributor

rxin commented Oct 11, 2016

LGTM other than the two minor comments.

We also need a Python API for this, don't we?

@rxin
Copy link
Contributor

rxin commented Oct 11, 2016

LGTM pending Jenkins.

@SparkQA
Copy link

SparkQA commented Oct 11, 2016

Test build #66707 has finished for PR 15424 at commit 15efca6.

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

@SparkQA
Copy link

SparkQA commented Oct 11, 2016

Test build #66720 has finished for PR 15424 at commit 0ff26d0.

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

@cloud-fan
Copy link
Contributor Author

merging to master!

@asfgit asfgit closed this in 7388ad9 Oct 11, 2016
uzadude pushed a commit to uzadude/spark that referenced this pull request Jan 27, 2017
## What changes were proposed in this pull request?

address post hoc review comments for apache#14897

## How was this patch tested?

N/A

Author: Wenchen Fan <[email protected]>

Closes apache#15424 from cloud-fan/global-temp-view.
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