fx19880617 opened a new issue #6706:
URL: https://github.com/apache/incubator-pinot/issues/6706


   This is for queries like:
   ```
   SELECT
      IF AVG(met1) == 0 THEN 0 ELSE SUM(met0) / AVG(met1)
   FROM "auctions"
   WHERE event_time = 1601510400000
   LIMIT 1
   ```


-- 
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to