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/wayang.git
from d90f4a53c Merge pull request #787 from
JunWang222/feature/trino-cost-profiling
add e15bcc8ad Add wayang-presto platform (jdbc-template) with full
operator coverage
add 8340cf69c Document and fix Presto integration tests
add 2c6488097 Add SQL metadata methods to JavaPlanBuilder operators
add fdd8868de Select the left JDBC source for join stages
add 0a4523769 Add JavaPlanBuilder Presto combination tests
add c75695675 Normalize Presto test comments to ASCII
add 6781721b8 Align Presto join integration test
add badba5c1d Verify Presto join suite and update docs
add 347a5522a Clarify Presto join integration test docs
add a8ce3be99 Document Presto macOS and Windows commands
add 1b680e4c1 Add JDBC sink profiling support
add 24918eb93 Add Presto cost profiling pilot
add 4e998efbb Disable JDBC profiling unless logging is enabled
add f47db43c1 Add join-heavy cost profiling cases
add bfc93c7cf Prepare Presto cost profiling docs
add df73f4e94 Merge upstream main into Presto cost profiling
add 386f0ed35 Align SQL API source test with unterminated JDBC queries
add 9c0f49af9 Align spatial JDBC join SQL assertions
add e80810bee Merge remote-tracking branch 'upstream/main' into
feature/presto-cost-profiling
add 64ac27788 Fix Flink illegal configuration test
add 044265c9c Merge upstream main into Presto cost profiling branch
add 300e480ab Merge remote-tracking branch 'upstream/main' into
feature/presto-cost-profiling
add 4a1d4ab6a Clarify Presto README profiling setup
new 0810d4bb3 Merge pull request #789 from
JunWang222/feature/presto-cost-profiling
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:
guides/cost-profiling.md | 10 +-
presto-setup/README.md | 248 +++++++++++++++++++++
.../apache/wayang/jdbc/execution/JdbcExecutor.java | 111 ++++-----
.../resources/wayang-presto-defaults.properties | 117 ++++++----
.../apache/wayang/presto/PrestoCostPilotIT.java} | 98 ++++----
.../wayang/profiler/log/GeneticOptimizerApp.java | 1 +
6 files changed, 416 insertions(+), 169 deletions(-)
create mode 100644 presto-setup/README.md
copy
wayang-platforms/{wayang-trino/src/test/java/org/apache/wayang/trino/TrinoCostPilotIT.java
=>
wayang-presto/src/test/java/org/apache/wayang/presto/PrestoCostPilotIT.java}
(92%)