You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2018/12/25 19:01:11 UTC

[incubator-plc4x] 01/01: Merge branch 'feature/calcite-adapter' into develop

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

jfeinauer pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit acfdb79971e328c2d9da037ab51483fce8b47c95
Merge: 4d4612a 69a003e
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Tue Dec 25 20:01:02 2018 +0100

    Merge branch 'feature/calcite-adapter' into develop

 integrations/apache-calcite/pom.xml                |  96 ++++++++++
 .../main/java/org/apache/plc4x/Plc4xBaseTable.java | 197 +++++++++++++++++++++
 .../main/java/org/apache/plc4x/Plc4xSchema.java    | 101 +++++++++++
 .../java/org/apache/plc4x/Plc4xSchemaFactory.java  |  58 ++++++
 .../java/org/apache/plc4x/Plc4xStreamTable.java    |  45 +++++
 .../src/main/java/org/apache/plc4x/Plc4xTable.java |  39 ++++
 .../java/org/apache/plc4x/DriverManagerTest.java   |  86 +++++++++
 .../java/org/apache/plc4x/Plc4XBaseTableTest.java  |  48 +++++
 .../org/apache/plc4x/Plc4xSchemaFactoryTest.java   |  37 ++++
 .../apache-calcite/src/test/resources/example.yml  |  32 ++++
 .../apache-calcite/src/test/resources/logback.xml  |  38 ++++
 .../apache-calcite/src/test/resources/model.yml    |  33 ++++
 integrations/pom.xml                               |   1 +
 .../java/scraper/config/JobConfiguration.java      |   2 +-
 14 files changed, 812 insertions(+), 1 deletion(-)