shahsank3t opened a new pull request #5732: URL: https://github.com/apache/incubator-pinot/pull/5732
## Description This PR is an incremental PR for https://github.com/apache/incubator-pinot/issues/5649 Changes included in this PR are: 1. Updated Cluster Manage home page  2. Table listing page  3. Table Details page  4. Segment Details page  5. Showing error when the query fails  6. Showing query response stats  7. Added a switch to toggle between Tabular & JSON view for query results  8. As @kishoreg suggested, created a PinotMethodUtils file which has all the business logic, mainly which API’s are called and processing on the response to prepare the format of data in which UI displays. Can be referred by backend developers to provide API endpoints that can return the desired output without many multiple API calls at places. ---------------------------------------------------------------- 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. 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