This is an automated email from the ASF dual-hosted git repository.
mspruc pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/wayang.git
from 4695a3a38 Merge pull request #713 from
mohit-devlogs/fix-642-python-api-tests
add 578562873 feat: Add SQL support for multi-condition joins
add 47c5f440e test: Add execution validation to multi-condition join test
add 60c4a55e5 test: Add SQL API test for multi-condition join validation
new 7c8991c1e Merge pull request #698 from
makarandhinge/feat/multi-condition-join-sql-support
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:
.../converter/WayangMultiConditionJoinVisitor.java | 79 ++++++-----
.../apache/wayang/api/sql/SqlToWayangRelTest.java | 155 +++++++++++++++++----
.../wayang/jdbc/operators/JdbcJoinOperator.java | 34 ++++-
.../jdbc/operators/JdbcJoinOperatorTest.java | 113 +++++++++++++++
4 files changed, 312 insertions(+), 69 deletions(-)