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

Brian Hulette resolved ARROW-4578.
----------------------------------
    Resolution: Fixed

Issue resolved by pull request 3653
[https://github.com/apache/arrow/pull/3653]

> [JS] Float16Vector toArray should be zero-copy
> ----------------------------------------------
>
>                 Key: ARROW-4578
>                 URL: https://issues.apache.org/jira/browse/ARROW-4578
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: JS-0.4.0
>            Reporter: Paul Taylor
>            Assignee: Paul Taylor
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: JS-0.4.1
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> The {{Float16Vector#toArray()}} implementation currently transforms each half 
> float into a single float, and returns a Float32Array. All the other 
> {{toArray()}} implementations are zero-copy, and this deviation would break 
> anyone expecting to give two-byte half floats to native APIs like WebGL. We 
> should instead include {{Float16Vector#toFloat32Array()}} and 
> {{Float16Vector#toFloat64Array()}} convenience methods that do rely on 
> copying.



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

Reply via email to