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

    https://github.com/apache/carbondata/pull/2864#discussion_r228703158
  
    --- Diff: 
integration/spark2/src/main/scala/org/apache/spark/util/AlterTableUtil.scala ---
    @@ -748,4 +752,18 @@ object AlterTableUtil {
           false
         }
       }
    +
    +  private def validateLoadMinSizeProperties(carbonTable: CarbonTable,
    +      propertiesMap: mutable.Map[String, String]): Unit = {
    +    // validate load min size property
    +    if 
(propertiesMap.get(CarbonCommonConstants.CARBON_LOAD_MIN_SIZE_INMB).isDefined) {
    +      // Cache level is not allowed for child tables and dataMaps
    --- End diff --
    
    'Cache level'?


---

Reply via email to