ashutoshc commented on a change in pull request #552: Hive 21279 URL: https://github.com/apache/hive/pull/552#discussion_r260595328
########## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/FetchOperator.java ########## @@ -228,7 +229,7 @@ public static InputFormat getInputFormatFromCache( inputFormats.put(inputFormatClass.getName(), format); } catch (Exception e) { throw new IOException("Cannot create an instance of InputFormat class " - + inputFormatClass.getName() + " as specified in mapredWork!", e); + + inputFormatClass.getName() + " as specified in mapredWork!", e); Review comment: unnecessary ws change. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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