[ 
https://issues.apache.org/jira/browse/SPARK-12585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Davies Liu updated SPARK-12585:
-------------------------------
    Description: 
Right now, numFields will be passed in by pointTo(), then bitSetWidthInBytes is 
calculated, making pointTo() a little bit heavy.

It should be part of constructor of UnsafeRow.

  was:Right now, numFields will be passed in by pointTo(), then 
bitSetWidthInBytes is calculated, making pointTo() a little bit heavy.


> The numFields of UnsafeRow should not changed by pointTo()
> ----------------------------------------------------------
>
>                 Key: SPARK-12585
>                 URL: https://issues.apache.org/jira/browse/SPARK-12585
>             Project: Spark
>          Issue Type: Improvement
>            Reporter: Davies Liu
>
> Right now, numFields will be passed in by pointTo(), then bitSetWidthInBytes 
> is calculated, making pointTo() a little bit heavy.
> It should be part of constructor of UnsafeRow.



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

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

Reply via email to