mgaido91 commented on issue #25136: [SPARK-28322][SQL] Add support to Decimal type for integral divide URL: https://github.com/apache/spark/pull/25136#issuecomment-522550324 MySQL, Oracle and Postgres supports decimal as input type for `div`. I haven't been able to find this function in SQLServer. Actually, I am not sure why you are stating that this is a behavior change (but maybe it is just wording). I mean, here we are supporting a datatype which was not supported before, so to me it seems a new use-case supported, rather than a behavior change. But we can add a config flag for this if you think it is necessary. To me, it seems a bit overkill as I see no harm is supporting an operation which is not supported otherwise and I'd see no reason to turn off that flag.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
