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

    https://github.com/apache/carbondata/pull/2945#discussion_r236182445
  
    --- Diff: 
store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReader.java ---
    @@ -66,9 +63,6 @@
         this.readers = readers;
         this.index = 0;
         this.currentReader = readers.get(0);
    -    CarbonTaskInfo carbonTaskInfo = new CarbonTaskInfo();
    --- End diff --
    
    I also can't reproduce in local, my laptop has 8 cores and add 
    ```
        
CarbonProperties.getInstance().addProperty("enable.unsafe.in.query.processing","true");```
    
     But SDK is run in single machine, so how to reproduce it? 
    
    Can you write the error in JIRA or this PR?


---

Reply via email to