You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2014/09/03 05:52:52 UTC

[jira] [Resolved] (SPARK-3300) No need to call clear() in ensureFreeSpace and shorten build() in ColumnBuilder

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

Michael Armbrust resolved SPARK-3300.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.0

> No need to call clear() in ensureFreeSpace and shorten build() in ColumnBuilder
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-3300
>                 URL: https://issues.apache.org/jira/browse/SPARK-3300
>             Project: Spark
>          Issue Type: Improvement
>            Reporter: Liang-Chi Hsieh
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> The function ensureFreeSpace in object ColumnBuilder doesn't need to call clear() on ByteBuffer. The function build() in ColumnBuilder can not shorten by using flip() to replace limit(), position() and rewind().



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