Add DuckDB platform support with Parquet source and cost model - #794
Add DuckDB platform support with Parquet source and cost model#794JunWang222 wants to merge 7 commits into
Conversation
…form # Conflicts: # wayang-platforms/wayang-jdbc-template/src/main/java/org/apache/wayang/jdbc/execution/JdbcExecutor.java
…form # Conflicts: # wayang-platforms/wayang-jdbc-template/src/main/java/org/apache/wayang/jdbc/execution/JdbcExecutor.java
|
Hi @JunWang222, Can you take a look at the issue and the problems I pointed out there and also see where this PR can be adapted to fit my description. Thank you! |
Thanks for clarifying this in #796. I agree that having demos and setup projects in several different locations makes the conventions harder to follow. |
…duckdb-platform # Conflicts: # wayang-platforms/wayang-jdbc-template/src/main/java/org/apache/wayang/jdbc/execution/JdbcExecutor.java
This PR adds DuckDB as a new Wayang platform, following the existing JDBC-based platform structure used by Trino and Presto.
Main Changes
wayang-duckdbplatform module