[
https://issues.apache.org/jira/browse/ARROW-15389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-15389:
-----------------------------------
Labels: pull-request-available (was: )
> [C++][Dev] Improve Array preview in GDB plugin
> ----------------------------------------------
>
> Key: ARROW-15389
> URL: https://issues.apache.org/jira/browse/ARROW-15389
> Project: Apache Arrow
> Issue Type: Wish
> Components: C++, Developer Tools
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 8.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently the GDB plugin will print basic information about arrays:
> {code}
> (gdb) p int32_array
> $175 = arrow::Int32Array of length 4, null count 1
> {code}
> It would be nice to perhaps display a previsualization of the *data*
> contained in the array, at least for simple types.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)