albertobastos opened a new pull request, #15502: URL: https://github.com/apache/pinot/pull/15502
SSE includes an optimization for queries where filter can be determined to be always false. When that happens, the response is empty and no actual calls are sent to the Pinot Servers. However, this leads to a misleading response if the query includes aggregation functions such as SUM or COUNT where the user expects a single row with a "0" value instead of no rows. This PR fine-tunes the scenario where the optimization is feasible, skipping it if the SELECT clause includes other than identifier or literal fields. -- 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]
