Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert dummy commit
  • Loading branch information
tejasapatil committed Mar 26, 2016
commit 2b7a0a4533688352982887d6fe9658ca7eaa9a2e
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ private[hive] class HiveMetastoreCatalog(val client: HiveClient, hive: HiveConte
val fileFormatClass = classOf[OrcDefaultSource]
val options = Map[String, String]()

convertToLogicalRelation(relation, options, defaultSource, fileFormatClass, "orc")
convertToLogicalRelation(relation, options, defaultSource, fileFormatClass, "orc")
}

override def apply(plan: LogicalPlan): LogicalPlan = {
Expand Down