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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]