bziobrowski commented on code in PR #14289:
URL: https://github.com/apache/pinot/pull/14289#discussion_r1822605677


##########
pinot-query-planner/src/test/java/org/apache/pinot/query/QueryEnvironmentTestBase.java:
##########
@@ -236,7 +236,8 @@ protected Object[][] provideQueries() {
             "SELECT /*+ aggOptions(is_skip_leaf_stage_group_by='true') */ 
a.col2, a.col3 FROM a JOIN b "
                 + "ON a.col1 = b.col1  WHERE a.col3 >= 0 GROUP BY a.col2, 
a.col3"
         },
-        new Object[]{"SELECT ROUND(ts_timestamp, 10000) FROM a"}

Review Comment:
   I think it'd be good add tests for other result types. 



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