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

    https://github.com/apache/incubator-carbondata/pull/492#discussion_r94942075
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
 ---
    @@ -199,6 +199,16 @@
        * FACT_FILE_EXT
        */
       public static final String FACT_FILE_EXT = ".carbondata";
    +
    +  /**
    +   * DELETE_DELTA_FILE_EXT
    +   */
    +  public static final String DELETE_DELTA_FILE_EXT = ".deletedelta";
    +
    +  /**
    +   * UPDATE_DELTA_FILE_EXT
    +   */
    +  public static final String UPDATE_DELTA_FILE_EXT = FACT_FILE_EXT;
    --- End diff --
    
    2 variables are not required. Use FACT_FILE_EXT in place of 
UPDATE_DELTA_FILE_EXT wherever required


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to