You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by twdsilva <gi...@git.apache.org> on 2018/08/03 21:21:31 UTC

[GitHub] phoenix pull request #317: PHOENIX-3547 Supporting more number of indices pe...

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

    https://github.com/apache/phoenix/pull/317#discussion_r207665609
  
    --- Diff: phoenix-protocol/src/main/MetaDataService.proto ---
    @@ -75,7 +76,8 @@ message MetaDataResponse {
       repeated SharedTableState sharedTablesToDelete = 9;
       optional PSchema schema = 10;
       optional int64 autoPartitionNum = 11;
    -  optional int32 viewIndexId = 12;
    +  optional int64 viewIndexId = 12;
    +  optional bool useLongViewIndexId = 13;
    --- End diff --
    
    change from boolean to data type


---