Skip to content

Conversation

@imback82
Copy link
Contributor

What changes were proposed in this pull request?

ResolveSessionCatalog's isTempView and isTempFunction are not being used anymore since the resolution of temp view/function has moved to Analyzer.

This PR proposes to remove isTempView and isTempFunction from ResolveSessionCatalog.

Why are the changes needed?

To clean up unused variables.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Existing tests should cover as this PR just removes the unused variables.

@github-actions github-actions bot added the SQL label Jan 30, 2021
@SparkQA
Copy link

SparkQA commented Jan 31, 2021

Kubernetes integration test starting
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/39269/

@SparkQA
Copy link

SparkQA commented Jan 31, 2021

Kubernetes integration test status success
URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/39269/

@HyukjinKwon
Copy link
Member

Merged to master.

@SparkQA
Copy link

SparkQA commented Jan 31, 2021

Test build #134682 has finished for PR 31400 at commit 50b9aa1.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
  • class ResolveSessionCatalog(val catalogManager: CatalogManager)

skestle pushed a commit to skestle/spark that referenced this pull request Feb 3, 2021
…TempFunction

### What changes were proposed in this pull request?

`ResolveSessionCatalog`'s `isTempView` and `isTempFunction` are not being used anymore since the resolution of temp view/function has moved to `Analyzer`.

This PR proposes to remove `isTempView` and `isTempFunction` from `ResolveSessionCatalog`.

### Why are the changes needed?

To clean up unused variables.

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

Existing tests should cover as this PR just removes the unused variables.

Closes apache#31400 from imback82/cleanup_resolve_session_catalog.

Authored-by: Terry Kim <yuminkim@gmail.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants