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

    
https://github.com/apache/incubator-carbondata/pull/810#discussion_r112102773
  
    --- Diff: format/src/main/thrift/schema.thrift ---
    @@ -121,6 +127,27 @@ struct SchemaEvolution{
     }
     
     /**
    + * One partition in table
    + */
    +struct SinglePartition{
    +    1: required i32 partition_id;
    +    2: required list<ColumnSchema> partition_columns;
    --- End diff --
    
    no need column list, Because PartitionInfo already included column list


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