shahsank3t commented on a change in pull request #7165:
URL: https://github.com/apache/pinot/pull/7165#discussion_r680893694
##########
File path: pinot-controller/src/main/resources/app/utils/PinotMethodUtils.ts
##########
@@ -301,13 +303,13 @@ const getQueryResults = (params, url, checkedOptions) => {
},
queryStats: {
columns: columnStats,
- records: [[data.timeUsedMs, data.numDocsScanned, data.totalDocs,
data.numServersQueried, data.numServersResponded,
Review comment:
Yes it was added recently and before that we used to directly use `data`
from `return getQueryResult(params, url).then(({ data }) => {`
--
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]