Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4F50A200D53 for ; Tue, 5 Dec 2017 11:09:03 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4E08A160C1B; Tue, 5 Dec 2017 10:09:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 901F7160C0A for ; Tue, 5 Dec 2017 11:09:02 +0100 (CET) Received: (qmail 22094 invoked by uid 500); 5 Dec 2017 10:09:01 -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 22082 invoked by uid 99); 5 Dec 2017 10:09:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2017 10:09:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6A04CE0219; Tue, 5 Dec 2017 10:09:01 +0000 (UTC) From: zhengruifeng To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org Message-ID: Subject: [GitHub] spark pull request #19892: [SPARK-20542][FollowUp][PySpark] Bucketizer suppo... Content-Type: text/plain Date: Tue, 5 Dec 2017 10:09:01 +0000 (UTC) archived-at: Tue, 05 Dec 2017 10:09:03 -0000 GitHub user zhengruifeng opened a pull request: https://github.com/apache/spark/pull/19892 [SPARK-20542][FollowUp][PySpark] Bucketizer support multi-column ## What changes were proposed in this pull request? Bucketizer support multi-column in the python side ## How was this patch tested? existing tests and added tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/zhengruifeng/spark 20542_py Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/19892.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #19892 ---- commit 409b2634d6c26f72a57462bf6cabaf444743df88 Author: Zheng RuiFeng Date: 2017-12-05T09:56:35Z create pr commit 5ed91fd89c95ac3f7a28ffd216b9c3ae94a9fd4c Author: Zheng RuiFeng Date: 2017-12-05T10:00:32Z update ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org