Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1125#discussion_r126876163
--- 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
4: optional list<list<string>> list_info; // value list of list
partition table
5: optional list<string> range_info; // range value list of range
partition table
+ 6: optional list<i32> partitionIdList; // partition Id list
+ 7: optional i32 numOfPartitions; // total partition count
+ 8: optional i32 max_partition; // max task id for now
--- End diff --
what is it?
---
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.
---