You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Liang-Chi Hsieh (JIRA)" <ji...@apache.org> on 2016/03/03 05:32:18 UTC

[jira] [Created] (SPARK-13636) Direct consume UnsafeRow in wholestage codegen plans

Liang-Chi Hsieh created SPARK-13636:
---------------------------------------

             Summary: Direct consume UnsafeRow in wholestage codegen plans
                 Key: SPARK-13636
                 URL: https://issues.apache.org/jira/browse/SPARK-13636
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Liang-Chi Hsieh


As shown in the wholestage codegen verion of Sort operator, when Sort is top of Exchange (or other operator that produce UnsafeRow), we will create variables from UnsafeRow, than create another UnsafeRow using these variables. We should avoid the unnecessary unpack and pack variables from UnsafeRows.



--
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