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 02906200B53 for ; Tue, 12 Jul 2016 21:14:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 013EA160A56; Tue, 12 Jul 2016 19:14:23 +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 455FD160A89 for ; Tue, 12 Jul 2016 21:14:22 +0200 (CEST) Received: (qmail 48648 invoked by uid 500); 12 Jul 2016 19:14: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 48526 invoked by uid 99); 12 Jul 2016 19:14:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2016 19:14:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2F0B72C02A6 for ; Tue, 12 Jul 2016 19:14:21 +0000 (UTC) Date: Tue, 12 Jul 2016 19:14:21 +0000 (UTC) From: "Xin Ren (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SPARK-16502) Update depreciated method "ParquetFileReader" from parquet MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 12 Jul 2016 19:14:23 -0000 [ https://issues.apache.org/jira/browse/SPARK-16502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15373494#comment-15373494 ] Xin Ren commented on SPARK-16502: --------------------------------- I'm working on it. > Update depreciated method "ParquetFileReader" from parquet > ---------------------------------------------------------- > > Key: SPARK-16502 > URL: https://issues.apache.org/jira/browse/SPARK-16502 > Project: Spark > Issue Type: Improvement > Components: SQL > Reporter: Xin Ren > > During code compile, got below depreciation message. Need to update the method invocation. > {code} > /Users/quickmobile/workspace/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetSchemaConverter.scala > Warning:(448, 28) method listType in object ConversionPatterns is deprecated: see corresponding Javadoc for more information. > ConversionPatterns.listType( > ^ > Warning:(464, 28) method listType in object ConversionPatterns is deprecated: see corresponding Javadoc for more information. > ConversionPatterns.listType( > ^ > {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