Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AE0EE18D6F for ; Thu, 5 Nov 2015 21:39:28 +0000 (UTC) Received: (qmail 91985 invoked by uid 500); 5 Nov 2015 21:39:28 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 91928 invoked by uid 500); 5 Nov 2015 21:39:28 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 91238 invoked by uid 99); 5 Nov 2015 21:39:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Nov 2015 21:39:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D0B0C2C1F6F for ; Thu, 5 Nov 2015 21:39:27 +0000 (UTC) Date: Thu, 5 Nov 2015 21:39:27 +0000 (UTC) From: "Apache Spark (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (SPARK-11508) Add Python API for repartition and sortWithinPartitions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SPARK-11508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Apache Spark reassigned SPARK-11508: ------------------------------------ Assignee: (was: Apache Spark) > Add Python API for repartition and sortWithinPartitions > ------------------------------------------------------- > > Key: SPARK-11508 > URL: https://issues.apache.org/jira/browse/SPARK-11508 > Project: Spark > Issue Type: Sub-task > Components: SQL > Reporter: Reynold Xin > > We added a few new methods in 1.6 that are still missing in Python: > {code} > def repartition(numPartitions: Int, partitionExprs: Column*): DataFrame > def repartition(partitionExprs: Column*): DataFrame > def sortWithinPartitions(sortExprs: Column*): DataFrame > def sortWithinPartitions(sortCol: String, sortCols: String*): DataFrame > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org