siddharthteotia commented on pull request #6820:
URL: https://github.com/apache/incubator-pinot/pull/6820#issuecomment-823515747


   @mqliang , can you please add some end to query execution unit tests
   
   something like `SELECT COUNT(*) from FOO where timestamp > ago(1h)`
   
   For the same, you should also test query compilation ensuring that above 
query gets rewritten to 
   
   `SELECT COUNT(*) from FOO where timestamp - ago(1h) > 0`
   


-- 
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to