Indhumathi27 commented on a change in pull request #4218:
URL: https://github.com/apache/carbondata/pull/4218#discussion_r710911684
##########
File path:
processing/src/main/java/org/apache/carbondata/processing/loading/BadRecordsLoggerProvider.java
##########
@@ -33,6 +33,16 @@
* @return
*/
public static BadRecordsLogger
createBadRecordLogger(CarbonDataLoadConfiguration configuration) {
+ return createBadRecordLogger(configuration, false);
+ }
+ /**
Review comment:
please format this comment. empty line should be added at line:38 and
removed in line:43
--
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]