ybapat commented on issue #57534:
URL: https://github.com/apache/spark/issues/57534#issuecomment-5093093995

   I've opened a PR to expose the multi-argument Oracle-style `decode` in 
PySpark: #57568
   
   The Scala implementation already handles the CASE WHEN form via `object 
Decode { def createExpr(...) }`, but PySpark's `decode()` only forwarded the 
2-arg binary form. The PR updates both the classic and Connect paths to 
dispatch based on argument count.


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

Reply via email to