This is an automated email from the ASF dual-hosted git repository.
sejer pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
from 81ad95d1c Merge pull request #645 from apache/zkaoudi-patch-10
add 09b7d78f5 more expressive tests for jdbcexecutor & sql-api
new 3fa657bcc Merge pull request #643 from mspruc/sql-api-testing
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:
.../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(-)