Github user ravipesala commented on a diff in the pull request:

    
https://github.com/apache/incubator-carbondata/pull/607#discussion_r102887927
  
    --- Diff: 
processing/src/main/java/org/apache/carbondata/processing/surrogatekeysgenerator/csvbased/CarbonCSVBasedSeqGenStep.java
 ---
    @@ -950,6 +950,7 @@ private String getCarbonLocalBaseStoreLocation() {
         if (null == r[0] && badRecordsLogger.isBadRecordConvertNullDisable()) {
           badRecordsLogger
               .addBadRecordsToBuilder(r, "Column Names are coming NULL");
    +      badRecordsLogger.closeStreams();
    --- End diff --
    
    don't change anything in this class as it is already handled here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to