Skip to content

Commit 3c25e7e

Browse files
committed
rebased
1 parent f73b748 commit 3c25e7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveSessionCatalog.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class HiveSessionCatalog(
6464
private val metastoreCatalog = new HiveMetastoreCatalog(client, context)
6565

6666
val ParquetConversions: Rule[LogicalPlan] = metastoreCatalog.ParquetConversions
67+
val OrcConversions: Rule[LogicalPlan] = metastoreCatalog.OrcConversions
6768
val CreateTables: Rule[LogicalPlan] = metastoreCatalog.CreateTables
6869
val PreInsertionCasts: Rule[LogicalPlan] = metastoreCatalog.PreInsertionCasts
6970

0 commit comments

Comments
 (0)