weixiangsun commented on issue #7691:
URL: https://github.com/apache/pinot/issues/7691#issuecomment-982199086


   I see. This is used to reduce the data set for aggregation. My use case is:
   select case
   when timeStamp IS NULL then now()
   else timestamp
   end
   from meetupRsvp
   
   https://github.com/apache/pinot/issues/7835 is different that there might be 
no aggregation in my use case. It will generate one column. it will generate 
different columns inside the resultset.
   
   


-- 
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]

Reply via email to