alamb commented on issue #14247:
URL: https://github.com/apache/datafusion/issues/14247#issuecomment-2613392271

   > Also a note that using a Field would require a 
serialization/deserialization every time the extension type is used (whereas 
some core "datatype" based on the `ExtensionType` is parsed once on the way in 
and serialized once on the way out.
   
   I think we could avoid this by doing a `Expr` rewrite early on to "resolve" 
the extension types into function calls and from then on no additional 
deserialization would be needed 🤔  Though I may be misunderstanding something


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to