LiaCastaneda commented on issue #19715:
URL: https://github.com/apache/datafusion/issues/19715#issuecomment-3733259476

   yep that works, if the dynamic filter is used the consumer will have either 
a ref >1 in the inner struct (because `with_new_children` was called and cloned 
inner) or outer struct (`with_new_children` was not called), otherwise there is 
no way for the consumer to see updates on the DF. 
   
   I have a repro similar to @tobixdev `DataSource` 
[here](https://github.com/LiaCastaneda/datafusion/tree/lia/repro-and-fix) and 
verified @adriangb suggestion fixes it.


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