jayshrivastava commented on issue #18856:
URL: https://github.com/apache/datafusion/issues/18856#issuecomment-5372521943

   The workaround / explanation makes sense to me. That's what I have 
implemented now.
   
   > My pushback on adding a new state is that it's not clear what producers 
(i.e. HashJoinExec) are supposed to do with the information. 
   
   The only benefit is that the `HashJoinExec` can determine during planning 
that it's filter was pushed down, rather than in the `execute()` call. Since 
this isn't a hard blocker, so I'm okay with not adding the new state for now.


-- 
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]

Reply via email to