Re: Equivalent functions for NVL() and CASE expressions in Spark SQL

2014-07-17 Thread Zongheng Yang
Hi Pandees, Spark SQL introduced support for CASE expressions just recently and it is available in 1.0.1. As for NVL(), I don't think we support it yet, and if you are interested a pull request will be much appreciated! Thanks, Zongheng On Thu, Jul 17, 2014 at 7:26 AM, pandees waran wrote: > Do

Equivalent functions for NVL() and CASE expressions in Spark SQL

2014-07-17 Thread pandees waran
Do we have any equivalent scala functions available for NVL() and CASE expressions to use in spark sql?