twdsilva commented on a change in pull request #541: PHOENIX-4893 Move parent 
column combining logic of view and view inde…
URL: https://github.com/apache/phoenix/pull/541#discussion_r303636453
 
 

 ##########
 File path: phoenix-protocol/src/main/MetaDataService.proto
 ##########
 @@ -144,11 +141,13 @@ message DropSchemaRequest {
 message AddColumnRequest {
   repeated bytes tableMetadataMutations = 1;
   optional int32 clientVersion = 2;
+  optional PTable parentTable = 3;
 
 Review comment:
   Need to send over the parent PTable while dropping or adding a column to a 
child view (so that we can construct the complete metadata on the server side)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to