You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jorge Leitão (Jira)" <ji...@apache.org> on 2020/10/08 15:03:00 UTC

[jira] [Resolved] (ARROW-10233) [Rust] Make array_value_to_string available in all Arrow builds

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

Jorge Leitão resolved ARROW-10233.
----------------------------------
    Fix Version/s: 2.0.0
       Resolution: Fixed

Issue resolved by pull request 8397
[https://github.com/apache/arrow/pull/8397]

> [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
>            Assignee: Andrew Lamb
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.0.0
>
>          Time Spent: 40m
>  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)