You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2019/02/14 14:50:01 UTC

[jira] [Resolved] (IGNITE-7548) SQL COPY: handle CSV lines with less values than required correctly

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

Vladimir Ozerov resolved IGNITE-7548.
-------------------------------------
    Resolution: Won't Fix

Not relevant for now.

> SQL COPY: handle CSV lines with less values than required correctly
> -------------------------------------------------------------------
>
>                 Key: IGNITE-7548
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7548
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 2.4
>            Reporter: Kirill Shirokov
>            Priority: Major
>
> Currently some of lines in CSV files can have less values than declared in the command or CSV header.
> We need to think how do we handle such rows:
> * append empty values ("") for the missing trailing columns
> * append null values
> * reject such lines and report an error
> We might need a COPY command parameter to configure the desired behaviour.



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