Describe the bug
Spark ReuseExchangeAndSubquery rule detects duplicate exchanges in a query plan and reuses them if possible. When working on #437, I found that some Spark tests are failed because CometBroadcastExchangeExec cannot be reused by the rule.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
Describe the bug
Spark
ReuseExchangeAndSubqueryrule detects duplicate exchanges in a query plan and reuses them if possible. When working on #437, I found that some Spark tests are failed becauseCometBroadcastExchangeExeccannot be reused by the rule.Steps to reproduce
No response
Expected behavior
No response
Additional context
No response