MaxGekk commented on issue #27179: [SPARK-30492][SQL] Eliminate deprecation warnings in ORC datasource URL: https://github.com/apache/spark/pull/27179#issuecomment-573593323 > Can we have a fix for both Hive 1.2 and Hive 2.3? I would propose to add the `@Deprecated` annotation to the `org.apache.hadoop.hive.ql.io.orc.SparkOrcNewRecordReader` and `@deprecated` to `org.apache.spark.sql.hive.orc.OrcFileFormat` (and other classes that depend from `org.apache.spark.sql.hive.orc.OrcFileFormat`). This will suppress compiler warnings for deprecated dependencies. In any case, we are going to deprecate `org.apache.spark.sql.hive.orc.OrcFileFormat`. Maybe it is right time to make that in Spark 3.0.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
