Skip to content

[SPARK-20410][SQL] Make sparkConf a def in SharedSQLContext - #17705

Closed
hvanhovell wants to merge 3 commits into
apache:masterfrom
hvanhovell:SPARK-20410
Closed

[SPARK-20410][SQL] Make sparkConf a def in SharedSQLContext#17705
hvanhovell wants to merge 3 commits into
apache:masterfrom
hvanhovell:SPARK-20410

Conversation

@hvanhovell

@hvanhovellhvanhovell commented Apr 20, 2017

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

It is kind of annoying that SharedSQLContext.sparkConf is a val when overriding test cases, because you cannot call super on it. This PR makes it a function.

How was this patch tested?

Existing tests.

@hvanhovellhvanhovell changed the title [SPARK-20410][SQL] Make spark conf a val in SharedSQLContext[SPARK-20410][SQL] Make sparkConf a def in SharedSQLContextApr 20, 2017
@SparkQA

Copy link
Copy Markdown

Test build #75987 has finished for PR 17705 at commit 638ac34.

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

@SparkQA

Copy link
Copy Markdown

Test build #75989 has finished for PR 17705 at commit e2401f9.

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

@SparkQA

Copy link
Copy Markdown

Test build #75993 has finished for PR 17705 at commit f4cb5cf.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
  • class SingleLevelAggregateHashMapSuite extends DataFrameAggregateSuite with BeforeAndAfter

@rxin

rxin commented Apr 20, 2017

Copy link
Copy Markdown
Contributor

LGTM

@hvanhovell

Copy link
Copy Markdown
ContributorAuthor

I am merging this.

asfgit pushed a commit that referenced this pull request Apr 20, 2017
## What changes were proposed in this pull request?
It is kind of annoying that `SharedSQLContext.sparkConf` is a val when overriding test cases, because you cannot call `super` on it. This PR makes it a function.
## How was this patch tested?
Existing tests.
Author: Herman van Hovell <hvanhovell@databricks.com>
Closes#17705 from hvanhovell/SPARK-20410.
(cherry picked from commit 0332063)
Signed-off-by: Herman van Hovell <hvanhovell@databricks.com>
peter-toth pushed a commit to peter-toth/spark that referenced this pull request Oct 6, 2018
## What changes were proposed in this pull request?
It is kind of annoying that `SharedSQLContext.sparkConf` is a val when overriding test cases, because you cannot call `super` on it. This PR makes it a function.
## How was this patch tested?
Existing tests.
Author: Herman van Hovell <hvanhovell@databricks.com>
Closesapache#17705 from hvanhovell/SPARK-20410.
Sign up for freeto 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

@hvanhovell@SparkQA@rxin