Skip to content

[SPARK-6463] [SQL]AttributeSet.equal should compare size#5133

Closed
sisihj wants to merge 1 commit into
apache:masterfrom
sisihj:SPARK-6463
Closed

[SPARK-6463] [SQL]AttributeSet.equal should compare size#5133
sisihj wants to merge 1 commit into
apache:masterfrom
sisihj:SPARK-6463

Conversation

@sisihj

@sisihj sisihj commented Mar 23, 2015

Copy link
Copy Markdown

AttributeSet.equal should compare both member and size

@AmplabJenkins

Copy link
Copy Markdown

Can one of the admins verify this patch?

@rxin

rxin commented Mar 23, 2015

Copy link
Copy Markdown
Contributor

Jenkins, test this please.

@SparkQA

SparkQA commented Mar 23, 2015

Copy link
Copy Markdown

Test build #29010 has started for PR 5133 at commit 035ea67.

  • This patch merges cleanly.

@SparkQA

SparkQA commented Mar 23, 2015

Copy link
Copy Markdown

Test build #29010 has finished for PR 5133 at commit 035ea67.

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

@AmplabJenkins

Copy link
Copy Markdown

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/29010/
Test PASSed.

@marmbrus

Copy link
Copy Markdown
Contributor

Good catch! Would you mind adding a test case? We should probably create a new Suite for AttributeSet

@marmbrus

Copy link
Copy Markdown
Contributor

Since I really want to include this in 1.3.1 I've fixed the conflicts and added tests here: #5194

Thanks!

asfgit pushed a commit that referenced this pull request Mar 26, 2015
Previously this could result in sets compare equals when in fact the right was a subset of the left.

Based on #5133 by sisihj

Author: sisihj <jun.hejun@huawei.com>
Author: Michael Armbrust <michael@databricks.com>

Closes #5194 from marmbrus/pr/5133 and squashes the following commits:

5ed4615 [Michael Armbrust] fix imports
d4cbbc0 [Michael Armbrust] Add test cases
0a0834f [sisihj]  AttributeSet.equal should compare size

(cherry picked from commit 276ef1c)
Signed-off-by: Michael Armbrust <michael@databricks.com>
asfgit pushed a commit that referenced this pull request Mar 26, 2015
Previously this could result in sets compare equals when in fact the right was a subset of the left.

Based on #5133 by sisihj

Author: sisihj <jun.hejun@huawei.com>
Author: Michael Armbrust <michael@databricks.com>

Closes #5194 from marmbrus/pr/5133 and squashes the following commits:

5ed4615 [Michael Armbrust] fix imports
d4cbbc0 [Michael Armbrust] Add test cases
0a0834f [sisihj]  AttributeSet.equal should compare size
@sisihj sisihj closed this Mar 26, 2015
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.

5 participants