[ https://issues.apache.org/jira/browse/IGNITE-12852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565166#comment-17565166 ]
Ignite TC Bot commented on IGNITE-12852: ---------------------------------------- {panel:title=Branch: [pull/10141/head] Base: [master] : Possible Blockers (1)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1} {color:#d04437}Basic 1{color} [[tests 0 Exit Code |https://ci.ignite.apache.org/viewLog.html?buildId=6673569]] {panel} {panel:title=Branch: [pull/10141/head] Base: [master] : New Tests (90)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1} {color:#00008b}JDBC Driver{color} [[tests 90|https://ci.ignite.apache.org/viewLog.html?buildId=6671694]] * {color:#013220}IgniteJdbcDriverTestSuite: JdbcThinBulkLoadSelfTest.testCsvLoadWithCommaDelimiter[0] - PASSED{color} * {color:#013220}IgniteJdbcDriverTestSuite: JdbcThinBulkLoadSelfTest.testCsvLoadWithPipeDelimiter[0] - PASSED{color} * {color:#013220}IgniteJdbcDriverTestSuite: JdbcThinBulkLoadSelfTest.testCsvLoadWithCommaDelimiter[1] - PASSED{color} * {color:#013220}IgniteJdbcDriverTestSuite: JdbcThinBulkLoadSelfTest.testCsvLoadWithPipeDelimiter[1] - PASSED{color} * {color:#013220}IgniteJdbcDriverTestSuite: JdbcThinBulkLoadSelfTest.testOneLineFileForSingleEndQuote[0] - PASSED{color} * {color:#013220}IgniteJdbcDriverTestSuite: JdbcThinBulkLoadSelfTest.testCsvLoadWithDefaultDelimiter[0] - PASSED{color} * {color:#013220}IgniteJdbcDriverTestSuite: JdbcThinBulkLoadSelfTest.testOneLineFileForQuoteInContent[0] - PASSED{color} * {color:#013220}IgniteJdbcDriverTestSuite: JdbcThinBulkLoadSelfTest.testOneLineFileForQuoteInQuotedContent[0] - PASSED{color} * {color:#013220}IgniteJdbcDriverTestSuite: JdbcThinBulkLoadSelfTest.testOneLineFileForUnmatchedEndQuote[0] - PASSED{color} * {color:#013220}IgniteJdbcDriverTestSuite: JdbcThinBulkLoadSelfTest.testOneLineFileForUnmatchedStartQuote[0] - PASSED{color} * {color:#013220}IgniteJdbcDriverTestSuite: JdbcThinBulkLoadSelfTest.testCsvLoadWithCommaDelimiter[4] - PASSED{color} ... and 79 new tests {panel} [TeamCity *--> Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=6671748&buildTypeId=IgniteTests24Java8_RunAll] > 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: 50m > 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)