Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1125#discussion_r126875952
--- Diff: format/src/main/thrift/schema.thrift ---
@@ -132,9 +132,12 @@ struct SchemaEvolution{
struct PartitionInfo{
1: required list<ColumnSchema> partition_columns;
2: required PartitionType partition_type;
- 3: optional i32 num_partitions; // number of partitions defined in
hash partition table
+ 3: optional i32 hash_number; // number of partitions defined in hash
partition table
--- End diff --
please keep num_partitions
---
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 [email protected] or file a JIRA ticket
with INFRA.
---