joshigaurava commented on code in PR #9161: URL: https://github.com/apache/pinot/pull/9161#discussion_r938992180
########## pinot-controller/src/main/resources/app/pages/TaskDetail.tsx: ########## @@ -104,9 +104,9 @@ const TaskDetail = (props) => { <Grid item xs={12}> <strong>Start Time:</strong> {get(taskDebugData, 'startTime', '')} </Grid> - <Grid item xs={12}> + {/* <Grid item xs={12}> Review Comment: Please remove the code if it's not going to be used rather than commenting it out. -- 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