walterddr commented on code in PR #9817: URL: https://github.com/apache/pinot/pull/9817#discussion_r1025400833
########## pinot-query-runtime/src/test/resources/queries/TableExpressions.json: ########## @@ -0,0 +1,93 @@ +{ Review Comment: table expression as defined in postgresql 7.2 section. (e.g. all clauses that alters the behavior of a SQL after choosing the tables) some of the sections we don't support is not included such as: - [7.2.4. GROUPING SETS, CUBE, and ROLLUP](https://www.postgresql.org/docs/15/queries-table-expressions.html#QUERIES-GROUPING-SETS) - [7.2.5. Window Function Processing](https://www.postgresql.org/docs/15/queries-table-expressions.html#QUERIES-WINDOW) -- 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: commits-unsubscr...@pinot.apache.org 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