-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
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 #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 #7400. #25203 explains that this is due to some dependency of pretty-table; array_value_to_string has no needed dependencies.
Reporter: Andrew Lamb / @alamb
Assignee: Andrew Lamb / @alamb
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-10233. Please see the migration documentation for further details.