You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by mayunSaicmotor <gi...@git.apache.org> on 2017/07/03 13:28:19 UTC

[GitHub] carbondata pull request #1103: [WIP] Implement range interval partition

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

    https://github.com/apache/carbondata/pull/1103#discussion_r125289242
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/PartitionInfo.java ---
    @@ -47,6 +47,12 @@
        */
       private int numPartitions;
     
    +  /**
    +   * range interval information defined for range interval partition table
    +   */
    +  private List<String> rangeIntervalInfo;
    +
    +
    --- End diff --
    
    maybe can remove unnecessary blank line 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---