You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by zk...@apache.org on 2023/04/27 06:52:02 UTC

[incubator-wayang] branch main updated (388cce9f -> 4130b235)

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 388cce9f Merge pull request #306 from kbeedkar/issue-286
     new fc2fc286 Add rule to convert logical join to physical join
     new 85c0bf00 extended visitor for physical join node
     new fe18e00a Convert Physical join to Wayang join
     new 442ba08f Add example sql query join query
     new 4130b235 Merge pull request #308 from kbeedkar/main

The 1687 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   | 106 ++++++++++++++++++++-
 .../sql/calcite/converter/WayangRelConverter.java  |   3 +
 .../apache/wayang/api/sql/context/SqlContext.java  |   3 +-
 .../java/org/apache/wayang/api/sql/SqlAPI.java     |  25 ++++-
 4 files changed, 134 insertions(+), 3 deletions(-)