Skip to content

Commit

Permalink
update the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghao-intel committed Feb 22, 2015
1 parent 7683982 commit 858d7b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class DataFrame protected[sql](

/**
* An implicit conversion function internal to this class for us to avoid doing
* "new DataFrameImpl(...)" everywhere.
* "new DataFrame(...)" everywhere.
*/
@inline private implicit def logicalPlanToDataFrame(logicalPlan: LogicalPlan): DataFrame = {
new DataFrame(sqlContext, logicalPlan)
Expand Down

0 comments on commit 858d7b0

Please sign in to comment.