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 bc2e314e7 Merge pull request #583 from xristlamp/main
     add a831f1927 allow specifying custom delimiters in calcite model json
     add 2f837e9d8 fix test
     new 9d7ecc49a Merge pull request #585 from mspruc/main

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/WayangTableScanVisitor.java  |  20 ++--
 .../wayang/api/sql/calcite/schema/SchemaUtils.java |   7 +-
 .../wayang/api/sql/calcite/utils/ModelParser.java  | 120 +++++++++++++--------
 .../api/sql/sources/fs/JavaCSVTableSource.java     | 109 ++++++++++---------
 .../apache/wayang/api/sql/SqlToWayangRelTest.java  | 111 +++++++++++++++----
 .../data/{exampleInt.csv => exampleDelimiter.csv}  |   6 +-
 6 files changed, 236 insertions(+), 137 deletions(-)
 copy wayang-api/wayang-api-sql/src/test/resources/data/{exampleInt.csv => 
exampleDelimiter.csv} (57%)

Reply via email to