Re: [PR] [SPARK-48954] try_mod() replaces try_remainder() [spark]

2024-07-21 Thread via GitHub
zhengruifeng commented on PR #47427: URL: https://github.com/apache/spark/pull/47427#issuecomment-2241531762 merged to master -- 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.

Re: [PR] [SPARK-48954] try_mod() replaces try_remainder() [spark]

2024-07-21 Thread via GitHub
zhengruifeng closed pull request #47427: [SPARK-48954] try_mod() replaces try_remainder() URL: https://github.com/apache/spark/pull/47427 -- 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

[PR] [SPARK-48954] try_mod() replaces try_remainder() [spark]

2024-07-19 Thread via GitHub
srielau opened a new pull request, #47427: URL: https://github.com/apache/spark/pull/47427 ### What changes were proposed in this pull request? for consistency try_remainder() gets renamed to try_mod(). this is Spark 4.0.0 only, so no need for config. ### Why