jtao15 opened a new pull request, #8645: URL: https://github.com/apache/pinot/pull/8645
As the follow-up for #8639 : For the following example, we should not try to delete s1 and s2, but remove entry1 directly. ``` entry1: { segmentsFrom: [], segmentsTo: [s1, s2], status: REVERTED} entry2: { segmentsFrom: [], segmentsTo: [s1, s2], status: IN_PROGRESS/COMPLETED} ``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org