virajjasani commented on code in PR #2195:
URL: https://github.com/apache/phoenix/pull/2195#discussion_r2153357345


##########
phoenix-core-server/src/main/java/org/apache/phoenix/coprocessor/PhoenixMasterObserver.java:
##########
@@ -252,7 +257,7 @@ public void postCompletedMergeRegionsAction(final 
ObserverContext<MasterCoproces
      * Return parent and all grandparent partition ids.
      *
      */
-    protected List<String> getAncestorIdsForSplit(Connection conn, String 
tableName,
+    protected Pair<List<String>, List<Long>> getAncestorIdsForSplit(Connection 
conn, String tableName,

Review Comment:
   How about `LinkedHashMap<String, Long>`?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to