[ https://issues.apache.org/jira/browse/SPARK-13537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Reynold Xin resolved SPARK-13537. --------------------------------- Resolution: Fixed Assignee: Liang-Chi Hsieh Fix Version/s: 2.0.0 > Fix readBytes in VectorizedPlainValuesReader > -------------------------------------------- > > Key: SPARK-13537 > URL: https://issues.apache.org/jira/browse/SPARK-13537 > Project: Spark > Issue Type: Bug > Components: SQL > Reporter: Liang-Chi Hsieh > Assignee: Liang-Chi Hsieh > Fix For: 2.0.0 > > > In readBytes of VectorizedPlainValuesReader, we use buffer[offset] to access > bytes in buffer. It is incorrect because offset is added with > Platform.BYTE_ARRAY_OFFSET when initialization. We should fix it. -- 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