kishoreg commented on a change in pull request #4387: Adding Calcite SQL Parser and make another entry point to query Pinot URL: https://github.com/apache/incubator-pinot/pull/4387#discussion_r299216046
########## File path: pinot-common/src/test/resources/pql_queries.list ########## @@ -812,3 +812,8 @@ SELECT column1, column5, column6 FROM testTable ORDER BY column5, column9 WHERE select $docId, $segmentName, $hostName from mytable where $docId < 5 limit 50 select $docId, $segmentName, $hostName from mytable where $docId = 5 limit 50 select $docId, $segmentName, $hostName from mytable where $docId > 19998 limit 50 +SELECT SUM(met) FROM mytable WHERE timeConvert(DaysSinceEpoch,'DAYS','SECONDS') = 1394323200 Review comment: Map UDF is not yet merged ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
