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 544faaa0 Merge pull request #311 from
AdeelAslamUnimore/MonitoringHackIT
new 4f206a85 Add jsonParser to dynamically set configuration properties
based on model.json file
new 81c18acf Merge branch 'apache:main' into main
new d6d2fc95 Get directory path in WayangTableScan from model.json, hence
get rid of hardcoded part.
new 152dadc0 rename JsonParser to ModelParser and move the getSourcePath
from WayangTableScan to WayangTableScanVisitor, to keep WayangTableScan more
generic
new 1eb7a8e1 Support different separators for queries on csv files
new 4324a00e Add license header
new efe729c3 Merge pull request #322 from michellesackmann/main
The 1749 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 | 24 ++++--
.../api/sql/calcite/optimizer/Optimizer.java | 3 +-
.../api/sql/calcite/rel/WayangTableScan.java | 7 +-
.../wayang/api/sql/calcite/utils/ModelParser.java | 88 ++++++++++++++++++++++
.../apache/wayang/api/sql/context/SqlContext.java | 3 +-
.../wayang/api/sql/sources/fs/CsvRowConverter.java | 12 +++
.../api/sql/sources/fs/JavaCSVTableSource.java | 17 ++++-
.../wayang-api-sql/src/main/resources/model.json | 30 ++++++++
.../java/org/apache/wayang/api/sql/SqlAPI.java | 46 +++++------
9 files changed, 193 insertions(+), 37 deletions(-)
create mode 100644
wayang-api/wayang-api-sql/src/main/java/org/apache/wayang/api/sql/calcite/utils/ModelParser.java
create mode 100644 wayang-api/wayang-api-sql/src/main/resources/model.json