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

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


    from cd57bf33 Merge pull request #368 from apache/zkaoudi-patch-4
     new 41afa5e2 Implemented sql to rdd channel conversion.
     new 10a8cc8b Merge branch 'main' into sql-to-rdd-channel
     new 774a25d3 [wayang-platforms/wayang-jdbc-template] Changed wayang-spark 
dependency version to 0.7.1-SNAPSHOT
     new f68bf88d Merge pull request #370 from damik3/sql-to-rdd-channel

The 1910 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-platforms/wayang-jdbc-template/pom.xml      |   5 +
 .../wayang/jdbc/operators/SqlToRddOperator.java    | 118 +++++++++++++++++++++
 .../wayang/jdbc/operators/SqlToStreamOperator.java |   2 +-
 .../wayang/jdbc/operators/OperatorTestBase.java    |  16 ++-
 ...OperatorTest.java => SqlToRddOperatorTest.java} |  62 +++++------
 .../postgres/channels/ChannelConversions.java      |  15 ++-
 .../sqlite3/channels/ChannelConversions.java       |  14 ++-
 7 files changed, 192 insertions(+), 40 deletions(-)
 create mode 100644 
wayang-platforms/wayang-jdbc-template/src/main/java/org/apache/wayang/jdbc/operators/SqlToRddOperator.java
 copy 
wayang-platforms/wayang-jdbc-template/src/test/java/org/apache/wayang/jdbc/operators/{SqlToStreamOperatorTest.java
 => SqlToRddOperatorTest.java} (72%)

Reply via email to