You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by kb...@apache.org on 2023/11/07 06:32:34 UTC

(incubator-wayang) branch main updated (b03020de -> c57ce8f4)

This is an automated email from the ASF dual-hosted git repository.

kbeedkar pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


    from b03020de Merge pull request #367 from apache/release
     new 58141b77 Add support for aggregate queries with multiple grouping fields
     new 120b6621 Add support for handling SUM/MIN/MAX/COUNT/AVG aggregation queries with arbitrary number of aggregation and grouping fields.
     new 92e4d2d3 Merge branch 'apache:main' into main
     new 075fcf50 Add support for projection queries with ADD/SUBTRACT/DIVIDE/MULTIPLY operators.
     new c57ce8f4 Merge pull request #365 from AdityaGoel11/main

The 1902 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../calcite/converter/WayangAggregateVisitor.java  | 417 +++++++--------------
 .../calcite/converter/WayangProjectVisitor.java    | 104 +++--
 .../java/org/apache/wayang/api/sql/SqlAPI.java     |   4 +-
 3 files changed, 210 insertions(+), 315 deletions(-)