milenkovicm commented on issue #18477: URL: https://github.com/apache/datafusion/issues/18477#issuecomment-3486182202
I apologise, I don't get your idea fully, trying to understand. If we go back to last week proposal, comment https://github.com/apache/datafusion/pull/18192#issuecomment-3445960495 in particular > If we're talking about adding impl Into<DecodeContext<'a>> I believe it makes sense to add `&dyn DecodeContext` better, with non caching implementation as the default. We went a bit tangental after that, unfortunately. Would making `DecodeContext` trait provide similar flexibility like `Deserializer`? Users could provide their specific implementations, and if they do they take risk of caching or whatever they do in 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]
