You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/01 23:27:25 UTC

[GitHub] [spark] nvander1 edited a comment on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API

nvander1 edited a comment on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API
URL: https://github.com/apache/spark/pull/24232#issuecomment-517492738
 
 
   Looking into the error. The exists function is somehow returning an extra row:
   
   ```
   == Results ==
   !== Correct Answer - 4 ==   == Spark Answer - 5 ==
   !struct<>                   struct<exists(i, lambdafunction(((x % 2) = 0), x)):boolean>
    [false]                    [false]
    [false]                    [false]
    [null]                     [null]
   ![true]                     [null]
   !                           [true]
    ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org