palashc commented on PR #2057: URL: https://github.com/apache/phoenix/pull/2057#issuecomment-2622859699
@haridsv Since parent partition id is part of the PK and can be null for the bootstrapped partitions, I will have to give the whole PK when updating the end time of a parent (tableName, streamName, parentId, grandparentId), right? That means I have to lookup the grandparent - 1) for splits, I anyway have to run a query to get the parent partition id based on start/end key so I just get the grandparent partition id with the same query. 2) for merges, I have the parent id already but need to run the query to lookup the grandparent. -- 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: issues-unsubscr...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org