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

    https://github.com/apache/carbondata/pull/2114#discussion_r178230596
  
    --- Diff: 
integration/presto/src/main/java/org/apache/carbondata/presto/impl/CarbonTableReader.java
 ---
    @@ -366,7 +368,10 @@ public TBase create() {
       public List<CarbonLocalInputSplit> getInputSplits2(CarbonTableCacheModel 
tableCacheModel,
                                                          Expression filters)  {
         List<CarbonLocalInputSplit> result = new ArrayList<>();
    -
    +    if(config.getUnsafeMemoryInMb() != null) {
    +      
CarbonProperties.getInstance().addProperty(CarbonCommonConstants.UNSAFE_WORKING_MEMORY_IN_MB,
    --- End diff --
    
    Done


---

Reply via email to