From reviews-return-887790-archive-asf-public=cust-asf.ponee.io@spark.apache.org Sat Aug 10 03:01:31 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 77ED718063F for ; Sat, 10 Aug 2019 05:01:31 +0200 (CEST) Received: (qmail 74809 invoked by uid 500); 10 Aug 2019 03:01:30 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 74798 invoked by uid 99); 10 Aug 2019 03:01:30 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Aug 2019 03:01:30 +0000 From: GitBox To: reviews@spark.apache.org Subject: [GitHub] [spark] nvander1 commented on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API Message-ID: <156540609038.17008.11100378043518563487.gitbox@gitbox.apache.org> Date: Sat, 10 Aug 2019 03:01:30 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit nvander1 commented on issue #24232: [SPARK-27297] [SQL] Add higher order functions to scala API URL: https://github.com/apache/spark/pull/24232#issuecomment-520112443 I'm also adding tests for the overloads that accept Java Functional Interfaces. - ~transform~ - ~map_filter~ - ~filter~ - ~exists~ - forall - aggregate - map_zip_with - transform_keys - transform_values - zip_with ---------------------------------------------------------------- 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