haohuaijin commented on code in PR #23078:
URL: https://github.com/apache/datafusion/pull/23078#discussion_r3458174573
##########
datafusion/physical-plan/src/joins/hash_join/exec.rs:
##########
@@ -6610,6 +6611,63 @@ mod tests {
Ok(())
}
+ #[test]
+ fn test_swap_inputs_clears_dynamic_filter() -> Result<()> {
Review Comment:
apply suggestion in
[1d85fc7](https://github.com/apache/datafusion/pull/23078/commits/1d85fc792dbe4e16141c4922554f3de55d6c7f66)
follow the existing restriction will solve the issue, but i must copy the
below code and insert my optimizer rule into it๐.
https://github.com/apache/datafusion/blob/46b508eb4019868a1d4ee676f6604f298cb3a862/datafusion/physical-optimizer/src/optimizer.rs#L144-L250
--
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]