theirix commented on PR #22482: URL: https://github.com/apache/datafusion/pull/22482#issuecomment-4529847140
Thanks, this is a real regression. The main question is whether we should use a decimal or a float output type. From a quick skim, analytical engines use float output types for the decimal inputs. The major exception is Postgres - it preserves decimal types, as we previously did for `power`. Also, with `parse_float_as_decimal`, we promote the second argument to decimal - would it work? -- 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]
