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

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


    from 4130b235 Merge pull request #308 from kbeedkar/main
     new b6d846e9 Add visit
     new 453d90a4 Add KeyExtractors
     new 0e44d710 Add WayangJoinVisitor and test setup
     new 16278805 Modify test
     new 5c5493aa Merge remote-tracking branch 'origin/join' into join
     new c5412814 Add WAYANG_JOIN_RULE
     new 7416a140 Add WayangJoinRule and change project input type to Tuple2
     new 4064e825 Merge remote-tracking branch 'origin/join' into join
     new f6859d9a project
     new b777be65 Implement join
     new 9a4c4ca0 implement sql join
     new f0e75683 Merge remote-tracking branch 'origin/join' into join
     new 9b9b1444 Cleanup
     new ab33bdab Bug fix Throw UnsupportedOperationException on non-equality 
joins
     new 8ab745e4 Merge branch 'main' into join
     new fe50eea0 Merge pull request #1 from kmoltke/join
     new 967bd57b Fix compile error related to SDK 11
     new 2c57bcd9 Merge pull request #309 from kmoltke/main

The 1705 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/WayangJoinVisitor.java   | 97 ++++++++++++----------
 .../calcite/converter/WayangProjectVisitor.java    | 11 ++-
 .../sql/calcite/converter/WayangRelConverter.java  |  2 -
 .../calcite/converter/WayangTableScanVisitor.java  |  1 +
 .../apache/wayang/api/sql/context/SqlContext.java  |  3 +-
 .../java/org/apache/wayang/api/sql/SqlAPI.java     | 60 +++++++------
 .../java/org/apache/wayang/api/sql/SqlTest.java    |  8 +-
 7 files changed, 98 insertions(+), 84 deletions(-)

Reply via email to