[GitHub] [spark] zero323 commented on issue #27406: [SPARK-30681][PYSPARK][SQL] Add higher order functions API to PySpark

2020-02-28 Thread GitBox
zero323 commented on issue #27406: [SPARK-30681][PYSPARK][SQL] Add higher order functions API to PySpark URL: https://github.com/apache/spark/pull/27406#issuecomment-592461160 Thank you @nchammas @HyukjinKwon. This is an auto

[GitHub] [spark] zero323 commented on issue #27406: [SPARK-30681][PYSPARK][SQL] Add higher order functions API to PySpark

2020-02-02 Thread GitBox
zero323 commented on issue #27406: [SPARK-30681][PYSPARK][SQL] Add higher order functions API to PySpark URL: https://github.com/apache/spark/pull/27406#issuecomment-581166604 As a fellow Pythonista, do you have any thoughts about #27245 @nchammas? -

[GitHub] [spark] zero323 commented on issue #27406: [SPARK-30681][PYSPARK][SQL] Add higher order functions API to PySpark

2020-01-30 Thread GitBox
zero323 commented on issue #27406: [SPARK-30681][PYSPARK][SQL] Add higher order functions API to PySpark URL: https://github.com/apache/spark/pull/27406#issuecomment-580411272 > > ```python > > df.selectExpr("transform(values, x -> x + 1)") > > ``` > > So with this PR, this can