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 5e6a07ed Merge pull request #381 from Vigneshwar2002/main
new 0fdb4435 Add JdbcJoinOperator and PostgresJoinOperator
new 96dda7e5 Remove misc files
new dbb0211e Fix inequality comparison in postgres/JoinMapping
new 585d67a3 Remove misc files
new ec1c8243 Remove more misc files
new 4c0dbf70 Use core.Tuple instead of basic.Tuple2 to avoid cyclic
reference
new c9cddf51 Remove IDE files
new c515471e Fix old usage of Tuple2 in JdbcJoinOperator
new 354ef386 Add missing import in JoinMapping
new 6554ed9b Remove IDE files
new 0cdab3e2 Merge pull request #385 from juripetersen/384-postgres-join
The 1946 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:
.../core/function/TransformationDescriptor.java | 25 ++++
.../apache/wayang/jdbc/execution/JdbcExecutor.java | 20 ++-
.../jdbc/operators/JdbcExecutionOperator.java | 1 +
...ojectionOperator.java => JdbcJoinOperator.java} | 64 +++++-----
.../jdbc/operators/JdbcJoinOperatorTest.java | 137 +++++++++++++++++++++
...ectionOperator.java => HsqldbJoinOperator.java} | 29 ++---
.../{ProjectionMapping.java => JoinMapping.java} | 30 +++--
.../apache/wayang/postgres/mapping/Mappings.java | 1 +
...lterOperator.java => PostgresJoinOperator.java} | 26 ++--
9 files changed, 258 insertions(+), 75 deletions(-)
copy
wayang-platforms/wayang-jdbc-template/src/main/java/org/apache/wayang/jdbc/operators/{JdbcProjectionOperator.java
=> JdbcJoinOperator.java} (54%)
create mode 100644
wayang-platforms/wayang-jdbc-template/src/test/java/org/apache/wayang/jdbc/operators/JdbcJoinOperatorTest.java
copy
wayang-platforms/wayang-jdbc-template/src/test/java/org/apache/wayang/jdbc/test/{HsqldbProjectionOperator.java
=> HsqldbJoinOperator.java} (61%)
copy
wayang-platforms/wayang-postgres/src/main/java/org/apache/wayang/postgres/mapping/{ProjectionMapping.java
=> JoinMapping.java} (64%)
copy
wayang-platforms/wayang-postgres/src/main/java/org/apache/wayang/postgres/operators/{PostgresFilterOperator.java
=> PostgresJoinOperator.java} (58%)