This is an automated email from the ASF dual-hosted git repository. sejer pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
commit 3fa657bcc8c86198b9532aa06bf27964c3f771be Merge: 81ad95d1c 09b7d78f5 Author: mspruc <[email protected]> AuthorDate: Fri Dec 19 09:04:40 2025 +0100 Merge pull request #643 from mspruc/sql-api-testing tests for sql-api to postgres implementation & open jdbcexecutor for testing .../calcite/converter/WayangProjectVisitor.java | 16 +- .../calcite/converter/WayangTableScanVisitor.java | 20 +- .../converter/functions/CallTreeFactory.java | 8 +- .../api/sql/calcite/optimizer/Optimizer.java | 7 +- .../api/sql/calcite/rel/WayangTableScan.java | 10 +- .../apache/wayang/api/sql/context/SqlContext.java | 5 +- .../apache/wayang/api/sql/SqlToWayangRelTest.java | 151 +++++++++++-- .../basic/function/ProjectionDescriptor.java | 238 +++++++++++---------- .../apache/wayang/jdbc/execution/JdbcExecutor.java | 79 ++++--- .../wayang/postgres/mapping/ProjectionMapping.java | 14 +- 10 files changed, 332 insertions(+), 216 deletions(-)
