Skip to content

Commit

Permalink
Update HiveSessionStateBuilder.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdblue committed May 9, 2019
1 parent a22c335 commit cdf3805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class HiveSessionStateBuilder(session: SparkSession, parentState: Option[Session
new FindDataSourceTable(session) +:
new ResolveSQLOnFile(session) +:
new FallBackFileSourceV2(session) +:
DataSourceResolution(conf) +:
DataSourceResolution(conf, session.catalog(_)) +:
customResolutionRules

override val postHocResolutionRules: Seq[Rule[LogicalPlan]] =
Expand Down

0 comments on commit cdf3805

Please sign in to comment.