qiaojialin commented on a change in pull request #736: Refactor TsFile
URL: https://github.com/apache/incubator-iotdb/pull/736#discussion_r378033471
 
 

 ##########
 File path: 
tsfile/src/main/java/org/apache/iotdb/tsfile/fileSystem/fileInputFactory/HDFSInputFactory.java
 ##########
 @@ -35,19 +37,16 @@
       Class<?> clazz = 
Class.forName("org.apache.iotdb.hadoop.fileSystem.HDFSInput");
       constructor = clazz.getConstructor(String.class);
     } catch (ClassNotFoundException | NoSuchMethodException e) {
-      logger.error(
-          "Failed to get HDFSInput in Hadoop file system. Please check your 
dependency of Hadoop module.",
-          e);
+      logger.error("Failed to get HDFSInput in Hadoop file system. Please 
check your dependency of Hadoop module.", e);
 
 Review comment:
   I think you need to use idea to format the codes......... Maybe this line 
exceeds the max length.

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

Reply via email to