You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2021/06/22 13:13:00 UTC

[jira] [Assigned] (ARROW-12827) [C++] [Dataset] Review error pass-through in the datasets API

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

David Li reassigned ARROW-12827:
--------------------------------

    Assignee: David Li

> [C++] [Dataset] Review error pass-through in the datasets API
> -------------------------------------------------------------
>
>                 Key: ARROW-12827
>                 URL: https://issues.apache.org/jira/browse/ARROW-12827
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Weston Pace
>            Assignee: David Li
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> There is at least one (and I think there are actually several) places in the datasets API where we are bubbling up errors without attaching the necessary context.  For example, in the discussion here [https://github.com/apache/arrow/pull/10326#pullrequestreview-662095548] a call to "DatasetFactory::Create" (where the user incorrectly assigned a default file format of parquet) is returning "Parquet magic bytes not found in footer" instead of something like "Dataset creation failed. The fragment '/2019/July/myfile.csv' did not match the expected 'parquet'' format: Parquet magic bytes not found in footer"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)