Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Mar 26, 2015
1 parent dd4dec1 commit 1f98e2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class DataFrame private[sql](
})
}

@transient protected[sql] val logicalPlan: LogicalPlan = queryExecution.analyzed match {
@transient protected[sql] val logicalPlan: LogicalPlan = queryExecution.logical match {
// For various commands (like DDL) and queries with side effects, we force query optimization to
// happen right away to let these side effects take place eagerly.
case _: Command |
Expand Down

0 comments on commit 1f98e2d

Please sign in to comment.