You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2018/10/31 21:45:00 UTC

[jira] [Resolved] (ARROW-3626) [Go] add a CSV TableReader

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

Wes McKinney resolved ARROW-3626.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 0.12.0

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

> [Go] add a CSV TableReader
> --------------------------
>
>                 Key: ARROW-3626
>                 URL: https://issues.apache.org/jira/browse/ARROW-3626
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Go
>            Reporter: Sebastien Binet
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.12.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> assuming ARROW-3621 goes in, it should be relatively straightforward to implement a TableReader off a CSV file, using `encoding/csv`.
> also drawing inspiration from:
> - https://github.com/apache/arrow/blob/master/cpp/src/arrow/csv/reader.h
> - https://github.com/apache/arrow/blob/master/cpp/src/arrow/csv/reader.cc



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