arjansh opened a new pull request #221: Access CSVParser in a synchronized manner URL: https://github.com/apache/metamodel/pull/221 Fixes MM-1213. The _SingleLineCsvRow_ class uses _com.opencsv.CsvParser_ to read lines from a CSV file. If this is done in a parallel manner the results can be corrupted because the _CsvParser_ itself doesn't provide thread safety. Therefore we have to access it in a synchronized manner.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services