[
https://issues.apache.org/jira/browse/IGNITE-12852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17584664#comment-17584664
]
Taras Ledkov edited comment on IGNITE-12852 at 8/25/22 7:00 AM:
----------------------------------------------------------------
[~antkr], please add release notes because two options are added for COPY
command.
Cherry-picked to
[ignite-2.14|https://github.com/apache/ignite/commit/5a59c22960d0d3df3a2c25036b0e5ca86aab950d]
was (Author: tledkov):
[~antkr], please add release notes because two options are added for COPY
command.
> Comma in field is not supported by COPY command
> -----------------------------------------------
>
> Key: IGNITE-12852
> URL: https://issues.apache.org/jira/browse/IGNITE-12852
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 2.8
> Reporter: YuJue Li
> Assignee: Anton Kurbanov
> Priority: Critical
> Fix For: 2.14
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> CREATE TABLE test(a int,b varchar(100),c int,PRIMARY key(a));
>
> a.csv:
> 1,"a,b",2
>
> COPY FROM '/data/a.csv' INTO test (a,b,c) FORMAT CSV;
>
> The copy command fails because there is a comma in the second field,but this
> is a fully legal and compliant CSV format
--
This message was sent by Atlassian Jira
(v8.20.10#820010)