Re: [PR] chore: Enable more joins [datafusion-comet]

2025-06-18 Thread via GitHub
andygrove commented on code in PR #1904: URL: https://github.com/apache/datafusion-comet/pull/1904#discussion_r2155089137 ## spark/src/main/scala/org/apache/comet/serde/QueryPlanSerde.scala: ## @@ -2587,11 +2587,6 @@ object QueryPlanSerde extends Logging with CometExprShim {

Re: [PR] chore: Enable more joins [datafusion-comet]

2025-06-18 Thread via GitHub
andygrove commented on code in PR #1904: URL: https://github.com/apache/datafusion-comet/pull/1904#discussion_r2155088697 ## spark/src/main/scala/org/apache/comet/rules/RewriteJoin.scala: ## @@ -65,10 +64,6 @@ object RewriteJoin extends JoinSelectionHelper { def rewrite(plan:

[PR] chore: Enable more joins [datafusion-comet]

2025-06-18 Thread via GitHub
andygrove opened a new pull request, #1904: URL: https://github.com/apache/datafusion-comet/pull/1904 ## Which issue does this PR close? Closes #. ## Rationale for this change ## What changes are included in this PR? ## How are these changes