Github user twdsilva commented on a diff in the pull request:
https://github.com/apache/phoenix/pull/408#discussion_r238039996
--- Diff:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEndpointImpl.java
---
@@ -2340,7 +2365,7 @@ public void createTable(RpcController controller,
CreateTableRequest request,
// 3. Finally write the mutations to create the table
// From 4.15 the parent->child links are stored in a
separate table SYSTEM.CHILD_LINK
- // TODO remove this after PHOENIX-4763 is implemented
+ // TODO remove this after PHOENIX-4763 is implemented ->
Remove below?
--- End diff --
I fixed this comment in a another commit.
---