deepthi912 commented on code in PR #13296: URL: https://github.com/apache/pinot/pull/13296#discussion_r1635372905
########## pinot-controller/src/main/resources/app/utils/PinotMethodUtils.ts: ########## @@ -436,7 +434,7 @@ const getAllTableDetails = (tablesList) => { if (tablesList.length) { const promiseArr = []; tablesList.map((name) => { - promiseArr.push(getTableSize(name)); + promiseArr.push(getTableSize(name, false)); Review Comment: This default value was left to true just so not to effect the existing flow but I can change the default to false though -- 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