Skip to content

Conversation

@rxin
Copy link
Contributor

@rxin rxin commented Aug 7, 2015

JoinedRow.anyNull currently loops through every field to check for null, which is inefficient if the underlying rows are UnsafeRows. It should just delegate to the underlying implementation.

@SparkQA
Copy link

SparkQA commented Aug 7, 2015

Test build #40158 has finished for PR 8027 at commit 03a2e92.

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

@yhuai
Copy link
Contributor

yhuai commented Aug 7, 2015

LGTM.

@yhuai
Copy link
Contributor

yhuai commented Aug 7, 2015

Merging to master and branch 1.5.

asfgit pushed a commit that referenced this pull request Aug 7, 2015
…g rows.

JoinedRow.anyNull currently loops through every field to check for null, which is inefficient if the underlying rows are UnsafeRows. It should just delegate to the underlying implementation.

Author: Reynold Xin <[email protected]>

Closes #8027 from rxin/SPARK-9736 and squashes the following commits:

03a2e92 [Reynold Xin] Include all files.
90f1add [Reynold Xin] [SPARK-9736][SQL] JoinedRow.anyNull should delegate to the underlying rows.

(cherry picked from commit 9897cc5)
Signed-off-by: Yin Huai <[email protected]>
@asfgit asfgit closed this in 9897cc5 Aug 7, 2015
CodingCat pushed a commit to CodingCat/spark that referenced this pull request Aug 17, 2015
…g rows.

JoinedRow.anyNull currently loops through every field to check for null, which is inefficient if the underlying rows are UnsafeRows. It should just delegate to the underlying implementation.

Author: Reynold Xin <[email protected]>

Closes apache#8027 from rxin/SPARK-9736 and squashes the following commits:

03a2e92 [Reynold Xin] Include all files.
90f1add [Reynold Xin] [SPARK-9736][SQL] JoinedRow.anyNull should delegate to the underlying rows.
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.

3 participants