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 C74ED200B49 for ; Wed, 3 Aug 2016 23:34:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C6064160A86; Wed, 3 Aug 2016 21:34:34 +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 4115A160A5D for ; Wed, 3 Aug 2016 23:34:34 +0200 (CEST) Received: (qmail 48725 invoked by uid 500); 3 Aug 2016 21:34:33 -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 48714 invoked by uid 99); 3 Aug 2016 21:34:33 -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; Wed, 03 Aug 2016 21:34:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 11B8EE3839; Wed, 3 Aug 2016 21:34:33 +0000 (UTC) From: holdenk To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark pull request #14469: [SPARK-16700] [PYSPARK] [SQL] create DataFrame fr... Content-Type: text/plain Message-Id: <20160803213433.11B8EE3839@git1-us-west.apache.org> Date: Wed, 3 Aug 2016 21:34:33 +0000 (UTC) archived-at: Wed, 03 Aug 2016 21:34:35 -0000 Github user holdenk commented on a diff in the pull request: https://github.com/apache/spark/pull/14469#discussion_r73425805 --- Diff: python/pyspark/sql/session.py --- @@ -432,14 +430,9 @@ def createDataFrame(self, data, schema=None, samplingRatio=None): ``byte`` instead of ``tinyint`` for :class:`pyspark.sql.types.ByteType`. We can also use ``int`` as a short name for ``IntegerType``. :param samplingRatio: the sample ratio of rows used for inferring + :param verifySchema: verify data types of every row against schema. :return: :class:`DataFrame` - .. versionchanged:: 2.0 --- End diff -- Out of interest why are we removing this note but keeping the other 2.0 change note? Just wondering so that when I'm making my changes for 2.1 I can do the right thing. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org