You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2019/05/28 01:30:03 UTC

[GitHub] [carbondata] lamber-ken commented on a change in pull request #3236: [HOTFIX] fix wrong some logger names

lamber-ken commented on a change in pull request #3236: [HOTFIX] fix wrong some logger names
URL: https://github.com/apache/carbondata/pull/3236#discussion_r287903610
 
 

 ##########
 File path: processing/src/main/java/org/apache/carbondata/processing/loading/csvinput/CSVInputFormat.java
 ##########
 @@ -83,7 +83,7 @@
   public static final int THRESHOLD_MAX_NUMBER_OF_COLUMNS_FOR_PARSING = 20000;
 
   private static final Logger LOGGER =
-      LogServiceFactory.getLogService(CSVInputFormat.class.toString());
+      LogServiceFactory.getLogService(CSVInputFormat.class.getName());
 
 
 
 Review comment:
   > remove this blank line
   
   Good catch, done.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services