adriangb commented on PR #22415: URL: https://github.com/apache/datafusion/pull/22415#issuecomment-4509143325
@LiaCastaneda I don't think serializing dynamic filters in protobuf was ever the intention. The intention w.r.t. serializing dyanamic filters was being able to find all of the ones in a plan / plan subtree, hook into their `update()` method and brodcast updates across the network. That is something that is not possible without this API. -- 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]
