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

    https://github.com/apache/carbondata/pull/2373#discussion_r195648481
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
 ---
    @@ -874,6 +874,26 @@
        */
       public static final String CARBON_INSERT_PERSIST_ENABLED_DEFAULT = 
"false";
     
    +  /**
    +   * Which storage level to persist dataset when insert into data
    +   * with 'carbon.insert.persist.enable'='true'
    +   */
    +  @CarbonProperty
    +  public static final String CARBON_INSERT_STORAGE_LEVEL =
    --- End diff --
    
    Done


---

Reply via email to