This is an automated email from the ASF dual-hosted git repository.
novatechflow pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/wayang.git
from bcca83613 Merge pull request #788 from
JunWang222/feature/bigquery-cost-profiling
add 28ef734b0 [JDBC Template] Use Spark distributed JDBC DataFrame reader
in SqlToRddOperator (#761)
new 769658d7d Merge pull request #798 from
AliRana30/fix/sql-to-rdd-driver-bottleneck
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:
pom.xml | 58 +++++++++-
wayang-commons/wayang-basic/pom.xml | 2 +-
wayang-commons/wayang-core/pom.xml | 2 +-
wayang-platforms/wayang-java/pom.xml | 4 +-
.../wayang/jdbc/execution/DatabaseDescriptor.java | 16 +++
.../wayang/jdbc/operators/SqlToRddOperator.java | 126 ++++++++++++++++++---
.../jdbc/operators/SqlToRddOperatorTest.java | 21 ++++
wayang-platforms/wayang-spark/pom.xml | 18 +--
8 files changed, 213 insertions(+), 34 deletions(-)