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

    https://github.com/apache/tajo/pull/448#discussion_r26939171
  
    --- Diff: 
tajo-catalog/tajo-catalog-common/src/main/proto/CatalogProtos.proto ---
    @@ -293,10 +293,21 @@ message PartitionMethodProto {
     }
     
     message PartitionDescProto {
    -  optional string partitionName = 2;
    -  required int32  ordinalPosition = 3;
    -  optional string partitionValue = 4;
    -  optional string path = 5;
    +  required string partitionName = 1;
    +  repeated PartitionKeyProto partitionKeys = 32;
    --- End diff --
    
    This will not induce any problems, but it would be better to change to 2.


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

Reply via email to