You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/31 16:47:00 UTC

[jira] [Updated] (ARROW-3239) [C++] Improve random data generation functions

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

ASF GitHub Bot updated ARROW-3239:
----------------------------------
    Labels: pull-request-available  (was: )

> [C++] Improve random data generation functions
> ----------------------------------------------
>
>                 Key: ARROW-3239
>                 URL: https://issues.apache.org/jira/browse/ARROW-3239
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Francois Saint-Jacques
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.13.0
>
>
> Our various code for generating random datasets for testing and benchmarks is a bit verbose / awkward.
> I suggest defining a nicer API so we can write code like:
> {code}
> auto arr = random::int32(length, seed);
> auto arr = random::varbinary(length, max_value_size, seed);
> {code}
> Since this is only for test code, we can abort if anything returns error Status to make the API more convenient



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)