This is an automated email from the ASF dual-hosted git repository.

juri pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


    from 44c1b1d4 Merge pull request #521 from juripetersen/fix-python-join
     add ac0e98b3 Enable specifing custom calcite model paths for 
TableScanVisitor
     add 53e7d428 Write up a bunch of tests that tests currently unsupported 
features in the sql-api
     add fb7baeed add data for tests
     add abf49b38 cleanup prints & assertions
     add 35464c74 Merge branch 'apache:main' into main
     add 7742d2a6 Merge pull request #518 from mspruc/main

No new revisions were added by this update.

Summary of changes:
 .../sql/calcite/converter/WayangRelConverter.java  |  28 +-
 .../calcite/converter/WayangTableScanVisitor.java  |  42 +--
 .../api/sql/calcite/optimizer/Optimizer.java       |  11 +
 .../wayang/api/sql/calcite/utils/ModelParser.java  |  24 +-
 .../apache/wayang/api/sql/SqlToWayangRelTest.java  | 334 +++++++++++++++++++--
 .../src/test/resources/data/exampleInt.csv         |   4 +
 .../src/test/resources/data/exampleMin.csv         |   4 +
 .../src/test/resources/data/exampleRefToRef.csv    |   4 +
 .../test/resources/data/largeLeftTableIndex.csv    |   4 +
 .../src/test/resources/model-example-min.json      |  20 ++
 10 files changed, 424 insertions(+), 51 deletions(-)
 create mode 100644 
wayang-api/wayang-api-sql/src/test/resources/data/exampleInt.csv
 create mode 100644 
wayang-api/wayang-api-sql/src/test/resources/data/exampleMin.csv
 create mode 100644 
wayang-api/wayang-api-sql/src/test/resources/data/exampleRefToRef.csv
 create mode 100644 
wayang-api/wayang-api-sql/src/test/resources/data/largeLeftTableIndex.csv
 create mode 100644 
wayang-api/wayang-api-sql/src/test/resources/model-example-min.json

Reply via email to