We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59aa3d5 commit d6cdde7Copy full SHA for d6cdde7
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSource.scala
@@ -602,7 +602,7 @@ object DataSource extends Logging {
602
provider1.startsWith("org.apache.spark.sql.hive.orc")) {
603
throw new AnalysisException(
604
"Hive-based ORC data source must be used with Hive support enabled. " +
605
- "Please use native ORC data source instead")
+ "Please use native ORC data source instead by `SET spark.sql.orc.impl=native`")
606
} else if (provider1.toLowerCase(Locale.ROOT) == "avro" ||
607
provider1 == "com.databricks.spark.avro") {
608
0 commit comments