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

    https://github.com/apache/carbondata/pull/1125#discussion_r125301153
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/metadata/converter/ThriftWrapperSchemaConverterImpl.java
 ---
    @@ -219,6 +219,10 @@
         externalPartitionInfo.setList_info(wrapperPartitionInfo.getListInfo());
         
externalPartitionInfo.setRange_info(wrapperPartitionInfo.getRangeInfo());
         
externalPartitionInfo.setNum_partitions(wrapperPartitionInfo.getNumPartitions());
    +    
externalPartitionInfo.setNumOfPartitions(wrapperPartitionInfo.getNumberOfPartitions());
    --- End diff --
    
    NumPartitions is definition for Hash partition table.
    NumOfPartitions is total partition count of partition table(according to 
schema, not fact data), it's defined by the length of range info/list info and 
hash partition number.


---
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