Skip to content

Conversation

@evanyc15
Copy link

org.apache.spark.streaming.Java8APISuite.java is failing due to trying to sort immutable list in assertOrderInvariantEquals method.

Copy link
Member

Choose a reason for hiding this comment

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

I think this can be List<List<T>> sortedActual = new ArrayList<>(); right? And similarly below.

Copy link
Member

Choose a reason for hiding this comment

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

I don't think this is used.

@srowen
Copy link
Member

srowen commented Dec 17, 2015

LGTM

@SparkQA
Copy link

SparkQA commented Dec 17, 2015

Test build #2223 has finished for PR 10336 at commit 8addf75.

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

@zsxwing
Copy link
Member

zsxwing commented Dec 17, 2015

LGTM. Merging to master and 1.6

@zsxwing
Copy link
Member

zsxwing commented Dec 17, 2015

Thanks @evanyc15

@asfgit asfgit closed this in ed6ebda Dec 17, 2015
asfgit pushed a commit that referenced this pull request Dec 17, 2015
…erInvariantEquals method

org.apache.spark.streaming.Java8APISuite.java is failing due to trying to sort immutable list in assertOrderInvariantEquals method.

Author: Evan Chen <[email protected]>

Closes #10336 from evanyc15/SPARK-12376-StreamingJavaAPISuite.
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