AdamGS commented on issue #12622: URL: https://github.com/apache/datafusion/issues/12622#issuecomment-3352524891
I've spent some time on decimal support lately, and I think it will also benefit a lot of from being a logical type. Most similar system have a single decimal/numeric type that encapsulates multiple physical representations, depending on the precision and scale, and operations are defined for most of them, and overflow semantics could be defined. -- 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]
