jayshrivastava opened a new issue, #20418:
URL: https://github.com/apache/datafusion/issues/20418

   ### Is your feature request related to a problem or challenge?
   
   Dynamic filters are "inlined" when serialized and deserialized (ex. maybe 
converted to a `LiteralExpr` or something).
   
   
   
   ### Describe the solution you'd like
   
   Ideally, we want the `DynamicFilterPhysicalExpr` type to be re-created after 
deserialization. We don't want it to be inlined as the contained expression.
   
   We also want the correct deduping logic to apply (ie. if there's two dynamic 
filters in the same plan which are different but have the same inner state, 
they should share the same `Arc<Inner>`)
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   https://github.com/datafusion-contrib/datafusion-distributed/issues/180


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