You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yin Huai (JIRA)" <ji...@apache.org> on 2016/01/05 22:12:40 UTC

[jira] [Updated] (SPARK-12470) Incorrect calculation of row size in o.a.s.sql.catalyst.expressions.codegen.GenerateUnsafeRowJoiner

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

Yin Huai updated SPARK-12470:
-----------------------------
    Assignee: Pete Robbins

> Incorrect calculation of row size in o.a.s.sql.catalyst.expressions.codegen.GenerateUnsafeRowJoiner
> ---------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-12470
>                 URL: https://issues.apache.org/jira/browse/SPARK-12470
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.5.2
>            Reporter: Pete Robbins
>            Assignee: Pete Robbins
>            Priority: Minor
>             Fix For: 1.6.1, 2.0.0
>
>
> While looking into https://issues.apache.org/jira/browse/SPARK-12319 I noticed that the row size is incorrectly calculated.
> The "sizeReduction" value is calculated in words:
>    // The number of words we can reduce when we concat two rows together.
>     // The only reduction comes from merging the bitset portion of the two rows, saving 1 word.
>     val sizeReduction = bitset1Words + bitset2Words - outputBitsetWords
> but then it is subtracted from the size of the row in bytes:
>        |    out.pointTo(buf, ${schema1.size + schema2.size}, sizeInBytes - $sizeReduction);
>  



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