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

    https://github.com/apache/carbondata/pull/1686#discussion_r158283837
  
    --- Diff: 
examples/spark2/src/main/scala/org/apache/carbondata/examples/ExampleUtils.scala
 ---
    @@ -43,6 +43,8 @@ object ExampleUtils {
           .addProperty(CarbonCommonConstants.CARBON_DATE_FORMAT, "yyyy/MM/dd")
           
.addProperty(CarbonCommonConstants.ENABLE_UNSAFE_COLUMN_PAGE_LOADING, "true")
           .addProperty(CarbonCommonConstants.CARBON_BADRECORDS_LOC, "")
    +      .addProperty(CarbonCommonConstants.CARBON_MAX_DRIVER_LRU_CACHE_SIZE, 
"1")
    +      
.addProperty(CarbonCommonConstants.CARBON_MAX_EXECUTOR_LRU_CACHE_SIZE, "1")
    --- End diff --
    
    Use only for test


---

Reply via email to