kishoreg commented on issue #6707:
URL: 
https://github.com/apache/incubator-pinot/issues/6707#issuecomment-805063961


   lets restrict it to return one row for now, makes it easy to reason about.  
To support order by etc, we can model that using the same syntax right for e.g
   
   ```reduce_function(sub_query("select .. from ... order by"), input columns, 
output columns)```
   
   we can add support for more things like a groovy script etc.


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