yyy1000 commented on issue #8706: URL: https://github.com/apache/arrow-datafusion/issues/8706#issuecomment-1967778983
Also I wonder how to deal with some other places which don't need a `LogicalExtensionCodec` like `to_bytes` https://github.com/apache/arrow-datafusion/blob/c439bc73b6a9ba9efa4c8a9b5d2fb6111e660e74/datafusion/proto/src/bytes/mod.rs#L87-L92. I think add a param of type `LogicalExtensionCodec` to the function will work, and what to do when calling this method, should I initialize a impl `LogicalExtensionCodec`? 🤔 -- 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]
