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: [email protected]
For additional commands, e-mail: [email protected]