You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2015/08/07 09:16:45 UTC

[jira] [Created] (SPARK-9736) JoinedRow.anyNull should delegate to the underlying rows

Reynold Xin created SPARK-9736:
----------------------------------

             Summary: JoinedRow.anyNull should delegate to the underlying rows
                 Key: SPARK-9736
                 URL: https://issues.apache.org/jira/browse/SPARK-9736
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Reynold Xin
            Assignee: Reynold Xin


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.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org