You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by manishgupta88 <gi...@git.apache.org> on 2018/04/11 06:32:23 UTC

[GitHub] carbondata pull request #2142: [CARBONDATA-2316] Executor task is failed but...

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

    https://github.com/apache/carbondata/pull/2142#discussion_r180646949
  
    --- Diff: processing/src/main/java/org/apache/carbondata/processing/merger/RowResultMergerProcessor.java ---
    @@ -157,10 +160,15 @@ public boolean execute(List<RawResultIterator> resultIteratorList) {
             this.dataHandler.finish();
           }
           mergeStatus = true;
    -    } catch (Exception e) {
    +    } catch (BadRecordFoundException e) {
    --- End diff --
    
    Remove this catch block


---