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.
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
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