cbalci commented on PR #10347: URL: https://github.com/apache/pinot/pull/10347#issuecomment-1446914313
Creating one sketch per row seems a bit wasteful. If the sole purpose is to enable rollup aggregation, can we implement this logic in the `aggregate` method (https://github.com/apache/pinot/pull/10328) by doing some type checking? -- 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]
