You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Maxim Gekk (Jira)" <ji...@apache.org> on 2020/01/12 20:41:00 UTC

[jira] [Created] (SPARK-30492) Eliminate deprecation warning in ORC datasource

Maxim Gekk created SPARK-30492:
----------------------------------

             Summary: Eliminate deprecation warning in ORC datasource
                 Key: SPARK-30492
                 URL: https://issues.apache.org/jira/browse/SPARK-30492
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 2.4.4
            Reporter: Maxim Gekk


While compiling the sql/hive/src/main/java/org/apache/hadoop/hive/ql/io/orc/SparkOrcNewRecordReader.java, the compiler outputs the following warnings:
{code}
Warning:(44, 13) java: getTypes() in org.apache.orc.Reader has been deprecated
Warning:(47, 24) java: getTypes() in org.apache.orc.Reader has been deprecated
{code}
The ticket aims to eliminate the warnings.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org