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:
[email protected]


With regards,
Apache Git Services

Reply via email to