cloud-fan commented on issue #27656: [SPARK-30898][SQL] The behavior of MakeDecimal should not depend on SQLConf.get URL: https://github.com/apache/spark/pull/27656#issuecomment-590667607 > Have we reached a consensus about fixed behavior regarding SQL.get? I just realized that it's already fixed... The expressions put the result of `SQLConf.get.blabla` in a `val` so it's fixed after the expression is created. But this can be changed unexpectedly when we transform the expression tree with different SQL configs. I don't know how it affects real-world queries but can be a potential issue.
---------------------------------------------------------------- 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]
