xavifeds8 commented on code in PR #2399:
URL: https://github.com/apache/phoenix/pull/2399#discussion_r3049315563


##########
phoenix-core-server/src/main/java/org/apache/phoenix/mapreduce/FormatToBytesWritableMapper.java:
##########
@@ -163,7 +163,7 @@ protected void map(LongWritable key, Text value, Context 
context)
       RECORD record = null;
       try {
         record = getLineParser().parse(value.toString());
-      } catch (IOException e) {
+      } catch (IOException | RuntimeException e) {

Review Comment:
   Hey @NihalJain thanks for suggesting this yeah i agree we have to upgrade 
from commons-csv.
   will work on this !!



-- 
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]

Reply via email to