You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by al...@apache.org on 2023/04/30 15:25:34 UTC

[incubator-wayang] branch main updated (4d45c74c -> 9f4ccc9b)

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

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


    from 4d45c74c Merge pull request #302 from apache/dependabot/maven/wayang-api/wayang-api-sql/org.apache.calcite-calcite-core-1.32.0
     new a0373cc7 Add calcite file dependency to pom.xml
     new 11606b47 Add fs schema to model.json
     new 6b1a19bd Add test method for fs source
     new 761ace2d Add file source in TabeScanVisitor
     new 3a0fb55b Attempt to retrieve file URL from Optimizer
     new 60bf01a6 Add cross-platform join
     new faee7636 Handle null values in printResults
     new 1b0a8280 clean-up
     new 8209d555 clean-up
     new 9f4ccc9b Merge pull request #310 from michellesackmann/crossPlatform

The 1717 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:
 wayang-api/wayang-api-sql/pom.xml                  |   4 +-
 .../calcite/converter/WayangTableScanVisitor.java  |  24 +++--
 .../api/sql/calcite/rel/WayangTableScan.java       |   6 ++
 .../java/org/apache/wayang/api/sql/SqlAPI.java     | 104 +++++++++++----------
 .../wayang-api-sql/src/test/resources/model.json   |  14 ++-
 5 files changed, 88 insertions(+), 64 deletions(-)