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 e405a4e48 Merge pull request #565 from zkaoudi/main
add bfd6ee1e5 filter predicate serializability
add 83d3493da rm unused class
add f0699d42e fix up serialization for filters, and unify some duplicate
code
add cf35b66ba rm more duplicate code & cleanup
add 87be8ed13 formatting
new 5f60b98d4 Merge pull request #566 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:
.../converter/functions/CallTreeFactory.java | 104 ++++++++++++++
.../functions/FilterEvaluateCondition.java | 154 ---------------------
.../converter/functions/FilterPredicateImpl.java | 71 +++++++++-
.../converter/functions/ProjectMapFuncImpl.java | 114 ++-------------
.../apache/wayang/api/sql/SqlToWayangRelTest.java | 91 +-----------
5 files changed, 185 insertions(+), 349 deletions(-)
create mode 100644
wayang-api/wayang-api-sql/src/main/java/org/apache/wayang/api/sql/calcite/converter/functions/CallTreeFactory.java
delete mode 100644
wayang-api/wayang-api-sql/src/main/java/org/apache/wayang/api/sql/calcite/converter/functions/FilterEvaluateCondition.java