harleyjj commented on a change in pull request #6333: URL: https://github.com/apache/incubator-pinot/pull/6333#discussion_r556732113
########## File path: thirdeye/thirdeye-frontend/app/pods/services/rootcause-aggregates-cache/service.js ########## @@ -68,34 +67,34 @@ export default Service.extend({ // group by metrics and offsets const groupedByUrn = [...missing] - .map(urn => toAbsoluteUrn(urn, requestContext.compareMode)) - .map(urn => { return { urn, base: toMetricUrn(urn), offset: urn.split(':')[2] }; }) + .map((urn) => toAbsoluteUrn(urn, requestContext.compareMode)) + .map((urn) => { + return { urn, base: toMetricUrn(urn), offset: urn.split(':')[2] }; + }) Review comment: I will condense it into one map. ---------------------------------------------------------------- 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