This is an automated email from the ASF dual-hosted git repository. mspruc pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/wayang.git
commit 7c8991c1ea5666ee7e9a4bf2715f8b3d7f601e2d Merge: 4695a3a38 60c4a55e5 Author: mspruc <[email protected]> AuthorDate: Tue May 19 13:39:33 2026 +0200 Merge pull request #698 from makarandhinge/feat/multi-condition-join-sql-support feat: Add SQL support for multi-condition joins .../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(-)
