Xin Ren created SPARK-16502:
-------------------------------

             Summary: 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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to