jayeshchoudhary opened a new pull request, #10090: URL: https://github.com/apache/pinot/pull/10090
## Issue - Table status was incorrect and did not reflect segment status which was recently updated (#9699) - Table status only have two status Good (IS matches EV) and Bad (IS != EV) - The correct definition of table status should be calculated from updated segment status ## Solution - Based on updated segment status definitions below is how the table shows combined status of all the segments. - when any segment status = Bad then table status = Bad - when any segment status = Partial then table status = Partial - IS = EV then table status = Good https://user-images.githubusercontent.com/41536903/211564733-15956766-416d-4927-87b1-c53674a1d8c5.mp4 -- 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