mkleen commented on PR #23190: URL: https://github.com/apache/datafusion/pull/23190#issuecomment-4806693527
> lets add decimal32 & decimal64 as well > > lets add decimal32 & decimal64 as well > > AFAIK no SQL Type mapping exists for Decimal32 and Decimal64 https://datafusion.apache.org/user-guide/sql/data_types.html. Does it make sense to support it then? Following `count` also just supports `Decimal128` and `Decimal256` https://github.com/apache/datafusion/blob/ff677c4a8b6bc098d00fba05a817619b08031809/datafusion/functions-aggregate/src/count.rs#L195-L200 -- 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]
