You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Yaron Gvili (Jira)" <ji...@apache.org> on 2022/10/07 19:28:00 UTC

[jira] [Updated] (ARROW-17965) [C++] ExecBatch support for ChunkedArray values

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

Yaron Gvili updated ARROW-17965:
--------------------------------
    Description: Currently, `ExecBatch` does not handle chunked arrays when printing or slicing. The code assumes that if a value is not a scalar then it is an array, and so will fail on chunked array values.

> [C++] ExecBatch support for ChunkedArray values
> -----------------------------------------------
>
>                 Key: ARROW-17965
>                 URL: https://issues.apache.org/jira/browse/ARROW-17965
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Yaron Gvili
>            Assignee: Yaron Gvili
>            Priority: Major
>
> Currently, `ExecBatch` does not handle chunked arrays when printing or slicing. The code assumes that if a value is not a scalar then it is an array, and so will fail on chunked array values.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)