swaroopak commented on a change in pull request #699: PHOENIX-5496 Ensure that
we handle all server-side mutation codes on the client
URL: https://github.com/apache/phoenix/pull/699#discussion_r374263821
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
##########
@@ -1959,7 +1959,7 @@ private void populateFamilyPropsList(Map<String, PName>
familyNames, Map<String,
}
}
- private PTable createTableInternal(CreateTableStatement statement,
byte[][] splits,
+ public PTable createTableInternal(CreateTableStatement statement, byte[][]
splits,
Review comment:
why was this made public? if for the test, please add an annotation.
----------------------------------------------------------------
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