[
https://issues.apache.org/jira/browse/ARROW-10233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-10233:
-----------------------------------
Labels: pull-request-available (was: )
> [Rust] Make array_value_to_string available in all Arrow builds
> ---------------------------------------------------------------
>
> Key: ARROW-10233
> URL: https://issues.apache.org/jira/browse/ARROW-10233
> Project: Apache Arrow
> Issue Type: Improvement
> Reporter: Andrew Lamb
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Make array_value_to_string available in all Arrow builds
> Currently the array_value_to_string function it is only available if the
> `feature = "prettyprint"` is enabled.
> The rationale for making this change is that I want to be able to use
> `array_value_to_string` to write tests (such as on
> https://github.com/apache/arrow/pull/8346) but currently it is only available
> when `feature = "prettyprint"` is enabled.
> It appears that [~nevi_me] made prettyprint compilation optional so that
> arrow could be compiled for wasm in
> https://github.com/apache/arrow/pull/7400.
> https://issues.apache.org/jira/browse/ARROW-9088 explains that this is due to
> some dependency of pretty-table; `array_value_to_string` has no needed
> dependencies.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)