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 f73b748 commit 3c25e7eCopy full SHA for 3c25e7e
sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala
@@ -64,6 +64,7 @@ class HiveSessionCatalog(
64
private val metastoreCatalog = new HiveMetastoreCatalog(client, context)
65
66
val ParquetConversions: Rule[LogicalPlan] = metastoreCatalog.ParquetConversions
67
+ val OrcConversions: Rule[LogicalPlan] = metastoreCatalog.OrcConversions
68
val CreateTables: Rule[LogicalPlan] = metastoreCatalog.CreateTables
69
val PreInsertionCasts: Rule[LogicalPlan] = metastoreCatalog.PreInsertionCasts
70
0 commit comments