You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/05/21 00:51:00 UTC

[jira] [Updated] (ARROW-12549) [JS] Table and RecordBatch should not extend Vector

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

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

> [JS] Table and RecordBatch should not extend Vector
> ---------------------------------------------------
>
>                 Key: ARROW-12549
>                 URL: https://issues.apache.org/jira/browse/ARROW-12549
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: JavaScript
>            Reporter: Dominik Moritz
>            Priority: Critical
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Right now, Table  are chunked vectors and Record Batches are struct vectors which means the classes are linked deeply. We should not extend and instead copy the binary search to Table and copy BaseVector.prototype.get etc to record batch. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)