hristo-stripe opened a new issue #7993: URL: https://github.com/apache/pinot/issues/7993
Many databases provide an `any_value` aggregation function, which is useful in queries like this: ```sql select colA, any_value(colB) from T group by colA ``` -- 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]
