Skip to content

[SPARK-14436][sql] Make JavaDatasetAggregatorSuiteBase public.#12212

Closed
vanzin wants to merge 2 commits intoapache:masterfrom
vanzin:SPARK-14436
Closed

[SPARK-14436][sql] Make JavaDatasetAggregatorSuiteBase public.#12212
vanzin wants to merge 2 commits intoapache:masterfrom
vanzin:SPARK-14436

Conversation

@vanzin
Copy link
Contributor

@vanzin vanzin commented Apr 6, 2016

Without this, unit tests that extend that class fail for me locally
on maven, because JUnit tries to run methods in that class and gets
an IllegalAccessError.

Marcelo Vanzin added 2 commits April 6, 2016 12:13
Without this, unit tests that extend that class fail for me locally
on maven, because JUnit tries to run methods in that class and gets
an IllegalAccessError.
return ds.groupByKey(
new MapFunction<Tuple2<String, Integer>, String>() {
@Override
public String call(Tuple2<String, Integer> value) throws Exception {
Copy link
Member

Choose a reason for hiding this comment

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

Although you can remove "throws Exception" here while you're at it, it is not important. LGTM as is

@SparkQA
Copy link

SparkQA commented Apr 6, 2016

Test build #55139 has finished for PR 12212 at commit 1cd9a26.

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

@rxin
Copy link
Contributor

rxin commented Apr 6, 2016

LGTM

@vanzin
Copy link
Contributor Author

vanzin commented Apr 6, 2016

Merging to master.

@asfgit asfgit closed this in 864d1b4 Apr 6, 2016
@vanzin vanzin deleted the SPARK-14436 branch April 6, 2016 23:53
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.

4 participants