[jira] [Updated] (ARROW-5476) [Java][Memory] Fix Netty ArrowBuf Slice

2019-06-03 Thread Antoine Pitrou (JIRA)


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

Antoine Pitrou updated ARROW-5476:
--
Component/s: Java

> [Java][Memory] Fix Netty ArrowBuf Slice
> ---
>
> Key: ARROW-5476
> URL: https://issues.apache.org/jira/browse/ARROW-5476
> Project: Apache Arrow
>  Issue Type: Task
>  Components: Java
>Affects Versions: 0.14.0
>Reporter: Praveen Kumar Desabandu
>Assignee: Praveen Kumar Desabandu
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.14.0
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> The slice of netty arrow buf depends on arrow buf reader and writer indexes, 
> but arrow buf is supposed to only track memory addr + length and there are 
> places where the arrow buf indexes are not in sync with netty.
> So slice should use the indexes in Netty Arrow Buf instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARROW-5476) [Java][Memory] Fix Netty ArrowBuf Slice

2019-06-02 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot updated ARROW-5476:
--
Labels: pull-request-available  (was: )

> [Java][Memory] Fix Netty ArrowBuf Slice
> ---
>
> Key: ARROW-5476
> URL: https://issues.apache.org/jira/browse/ARROW-5476
> Project: Apache Arrow
>  Issue Type: Task
>Affects Versions: 0.14.0
>Reporter: Praveen Kumar Desabandu
>Assignee: Praveen Kumar Desabandu
>Priority: Major
>  Labels: pull-request-available
> Fix For: 0.14.0
>
>
> The slice of netty arrow buf depends on arrow buf reader and writer indexes, 
> but arrow buf is supposed to only track memory addr + length and there are 
> places where the arrow buf indexes are not in sync with netty.
> So slice should use the indexes in Netty Arrow Buf instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)