You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metamodel.apache.org by "Arjan Seijkens (JIRA)" <ji...@apache.org> on 2019/06/12 08:06:01 UTC

[jira] [Created] (METAMODEL-1213) Reading from CSV in a multi-threaded manner can corrupt results

Arjan Seijkens created METAMODEL-1213:
-----------------------------------------

             Summary: Reading from CSV in a multi-threaded manner can corrupt results
                 Key: METAMODEL-1213
                 URL: https://issues.apache.org/jira/browse/METAMODEL-1213
             Project: Apache MetaModel
          Issue Type: Bug
            Reporter: Arjan Seijkens


When you access a CSV file using a _SingleLineCsvDataSet_ and read from it in parallel manner in a multi-threaded environment, it is possible you get corrupted results for values in the CSV file, typically you'll sometimes get a _"_  (the double quote character) for empty fields.

I will add a link to a branch demonstrating the issue through a unit test here.



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