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 ebffc841 Merge pull request #532 from mspruc/main
add 7fa43019 update Parquet operators to better use metadata early on
new 3ffda93e Merge pull request #533 from aurb9/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:
.../org/apache/wayang/api/JavaPlanBuilder.scala | 52 ++++++-----
.../scala/org/apache/wayang/api/PlanBuilder.scala | 22 ++---
.../wayang/apps/wordcount/WordCountParquet.java | 3 +-
.../wayang/basic/operators/ParquetSource.java | 71 +++++++++++----
.../wayang/java/mapping/ParquetSourceMapping.java | 2 +-
.../wayang/java/operators/JavaParquetSource.java | 101 ++++++++++-----------
.../wayang/spark/operators/SparkParquetSource.java | 6 +-
7 files changed, 141 insertions(+), 116 deletions(-)