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 D778C200B2B for ; Mon, 13 Jun 2016 08:42:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D64B1160A3C; Mon, 13 Jun 2016 06:42:22 +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 2C312160A19 for ; Mon, 13 Jun 2016 08:42:22 +0200 (CEST) Received: (qmail 71255 invoked by uid 500); 13 Jun 2016 06:42:21 -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 71241 invoked by uid 99); 13 Jun 2016 06:42:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2016 06:42:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F0FF82C1F5C for ; Mon, 13 Jun 2016 06:42:20 +0000 (UTC) Date: Mon, 13 Jun 2016 06:42:20 +0000 (UTC) From: "Sean Zhong (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SPARK-15914) Add deprecated method back to SQLContext for compatiblity MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Jun 2016 06:42:22 -0000 Sean Zhong created SPARK-15914: ---------------------------------- Summary: Add deprecated method back to SQLContext for compatiblity Key: SPARK-15914 URL: https://issues.apache.org/jira/browse/SPARK-15914 Project: Spark Issue Type: Bug Components: SQL Reporter: Sean Zhong We removed some deprecated method in SQLContext in branch Spark 2.0. For example: {code} @deprecated("Use read.json(). This will be removed in Spark 2.0.", "1.4.0") def jsonFile(path: String): DataFrame = { read.json(path) } {code} These deprecated method may be used by existing third party data source. We probably want to add them back to remain backward-compatibiity. -- 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