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

   I started a new ticket to focus on the  discussion about a registry of types 
/ what exactly this API would look like in DataFusion. 
   - https://github.com/apache/datafusion/issues/18223
   
   I like the idea of this (maybe it is a new `DFType` 🤔 )
   
   ```rust
   enum DFType {
       Native(DataType),
       Extension(Arc<dyn ExtensionTypeyThing>)
   }
   ```


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