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

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


    from 90095c38a Merge pull request #579 from joker-star-l/tf_demo
     add 0d0027aaf add BigDecimals to aggregate algebra & fix averages
     add 8361a0e93 rework how we handle algebra in CallTrees, casts should be 
more explicit now
     add 08ae1615e small test for +/- algebra in filters
     add a8e1ba076 remove unnecessary
     add f8ee6571e better support for comparisons in sql-api filter
     add b94d25fc3 add sub-query remove rule, since we dont support subqueries 
in sql-api yet
     add fcc4ca8a1 clean imports
     add 5aff92709 SARGs or search arguments for sql-api
     add a5b8a0fc7 support reenabled for is null
     add 76b9cf085 formatting
     add 55223bf8b better support for calcite types
     new bcf2835e7 Merge pull request #591 from mspruc/main

The 1 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:
 .../sql/calcite/converter/WayangFilterVisitor.java |  18 +-
 .../sql/calcite/converter/WayangJoinVisitor.java   |   5 +-
 .../converter/functions/AggregateFunction.java     |  46 +++--
 .../converter/functions/CallTreeFactory.java       |  73 +++++---
 .../converter/functions/FilterPredicateImpl.java   | 190 +++++++++++++--------
 .../converter/functions/ProjectMapFuncImpl.java    |  36 ++--
 .../apache/wayang/api/sql/context/SqlContext.java  |  25 +--
 .../apache/wayang/api/sql/SqlToWayangRelTest.java  |  15 ++
 8 files changed, 243 insertions(+), 165 deletions(-)

Reply via email to