zhengruifeng commented on PR #49879:
URL: https://github.com/apache/spark/pull/49879#issuecomment-2650500306
There is a confusion in the usage of `string` in many functions, some string
inputs are treated as literal strings, some are treated as column names.
With a column input, it is easy to clearly resolve such confusion,
sf.col("a") vs sf.lit("a")
--
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]