[
https://issues.apache.org/jira/browse/FLINK-2567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14716354#comment-14716354
]
ASF GitHub Bot commented on FLINK-2567:
---------------------------------------
Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/1059#discussion_r38077190
--- Diff:
flink-java/src/test/java/org/apache/flink/api/java/io/CsvInputFormatTest.java
---
@@ -984,7 +984,7 @@ public void testPojoTypeWithInvalidFieldMapping()
throws Exception {
@Test
public void testQuotedStringParsingWithIncludeFields() throws Exception
{
final String fileContent = "\"20:41:52-1-3-2015\"|\"Re:
Taskmanager memory error in Eclipse\"|" +
- "\"Blahblah
<[email protected]>\"|\"bla\"|\"blubb\"";
--- End diff --
Let's not change old checks, but rather add new checks. You never know if
you don't loose coverage of a critical case otherwise...
> CsvParser: Quotes cannot be escaped inside quoted fields
> --------------------------------------------------------
>
> Key: FLINK-2567
> URL: https://issues.apache.org/jira/browse/FLINK-2567
> Project: Flink
> Issue Type: Bug
> Components: Core
> Affects Versions: 0.9, 0.10
> Reporter: Maximilian Michels
> Assignee: Tamara
> Priority: Minor
> Fix For: 0.10
>
>
> We should allow users to escape the quote character inside a quoted field.
> Quoting could be realized through the \ character like in: {{"This is an
> \"escaped\" quotation."}}
> Mailing list thread:
> http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/jira-Created-FLINK-2567-CsvParser-Quotes-cannot-be-escaped-inside-quoted-fields-td7654.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)