asmello commented on issue #23882: [SPARK-26979][PYTHON] Add missing string 
column name support for some SQL functions
URL: https://github.com/apache/spark/pull/23882#issuecomment-473808930
 
 
   > Why was `ascii` in string function an exception?
   
   Same reason as the other string functions; they were being defined using the 
automatic mechanism, which assumed the argument was either a Column object or a 
literal. So if it was a string (column name) and the Scala API didn't have an 
overload for that, it would fail.

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

Reply via email to