Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/19871#discussion_r155165388
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
---
@@ -587,7 +601,8 @@ object DataSource extends Logging {
if (provider1.toLowerCase(Locale.ROOT) == "orc" ||
--- End diff --
`provider1` can't be "orc" anymore. It can be only
`classOf[OrcFileFormat].getCanonicalName` or
`"org.apache.spark.sql.hive.orc.OrcFileFormat"`.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]