Kontinuation commented on issue #1589: URL: https://github.com/apache/datafusion-comet/issues/1589#issuecomment-2772520039
Turns out that [CometBroadcastExchangeExec](https://github.com/apache/datafusion-comet/blob/0.7.0/spark/src/main/scala/org/apache/spark/sql/comet/CometBroadcastExchangeExec.scala) does not implement `outputPartitioning` method like what [BroadcastExchangeExec](https://github.com/apache/spark/blob/v3.5.5/sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/BroadcastExchangeExec.scala#L95) does. This makes `EnsureRequirements` consider that the CometBroadcastExchange node does not satisfy the data distribution requirement of BroadcastHashJoin. I'm working on a fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
