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/26 15:08:39 UTC

[incubator-wayang] branch main updated (6aad4eea -> 388cce9f)

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 6aad4eea Merge pull request #304 from damik3/benchmarks_detailed_instructions
     new a73f9133 Removed harcoded schema definitions
     new 9b455a36 automatically map to jdbc (postgresql) source operator
     new 29616710 removed hardcoded calcite schema
     new 2801daca Updated example of using sql api
     new 57741ab1 Example model file
     new 388cce9f Merge pull request #306 from kbeedkar/issue-286

The 1682 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/WayangTableScanVisitor.java  | 36 ++++-------
 .../wayang/api/sql/calcite/schema/SchemaUtils.java | 72 +++-------------------
 .../apache/wayang/api/sql/context/SqlContext.java  | 13 +---
 .../java/org/apache/wayang/api/sql/SqlAPI.java     | 28 ++++++++-
 .../wayang-api-sql/src/test/resources/model.json   | 18 ++++++
 5 files changed, 67 insertions(+), 100 deletions(-)
 create mode 100644 wayang-api/wayang-api-sql/src/test/resources/model.json