[ 
https://issues.apache.org/jira/browse/SPARK-13537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15170966#comment-15170966
 ] 

Apache Spark commented on SPARK-13537:
--------------------------------------

User 'viirya' has created a pull request for this issue:
https://github.com/apache/spark/pull/11418

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

Reply via email to