xavifeds8 commented on PR #2399: URL: https://github.com/apache/phoenix/pull/2399#issuecomment-4329661075
**Changes made :** 1. Upgraded commons-csv from 1.0 to 1.14.1 2. Migrated deprecated CSVFormat.withXxx() calls to CSVFormat.Builder API 3. Migrated deprecated new CSVParser(reader, format) to CSVParser.builder().setFormat(format).setReader(reader).get() 4. Caught UncheckedIOException (thrown by commons-csv 1.14.1 during iteration) in UpsertExecutor and CsvToKeyValueMapper, so parse errors are now routed through the normal error-handling path 5. Updated Pherf's CSVFileResultHandler and GoogleChartGenerator for the same API migration -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
