You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Artem Alekseev (Jira)" <ji...@apache.org> on 2019/11/08 10:39:00 UTC

[jira] [Comment Edited] (ARROW-7085) [C++][CSV] Add support for Extention type in csv reader

    [ https://issues.apache.org/jira/browse/ARROW-7085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16970050#comment-16970050 ] 

Artem Alekseev edited comment on ARROW-7085 at 11/8/19 10:38 AM:
-----------------------------------------------------------------

[~wesm], [~apitrou]  For our purposes we need to define a custom type and use arrow CSV reader to parse it. Unfortunately, there is no way to use custom types with CSV reader right now, because of type dispatch when choosing an appropriate column builder. 

I'm not sure how architecturally it could be solved, maybe custom ColumnBuilder is a case.


was (Author: fexolm):
[~wesm] For our purposes we need to define a custom type and use arrow CSV reader to parse it. Unfortunately, there is no way to use custom types with CSV reader right now, because of type dispatch when choosing an appropriate column builder. 

I'm not sure how architecturally it could be solved, maybe custom ColumnBuilder is a case.

> [C++][CSV] Add support for Extention type in csv reader
> -------------------------------------------------------
>
>                 Key: ARROW-7085
>                 URL: https://issues.apache.org/jira/browse/ARROW-7085
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Artem Alekseev
>            Priority: Major
>




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