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_r303636762
##########
File path: phoenix-protocol/src/main/MetaDataService.proto
##########
@@ -87,9 +87,6 @@ message GetTableRequest {
required int64 tableTimestamp = 4;
required int64 clientTimestamp = 5;
optional int32 clientVersion = 6;
- optional bool skipAddingParentColumns = 7;
- optional bool skipAddingIndexes = 8;
- optional PTable lockedAncestorTable = 9;
}
Review comment:
No long need any of these since we aren't combining columns on the server
side anymore.
----------------------------------------------------------------
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