Skip to content

Commit

Permalink
[DataFrame] [Typo] Fix the typo
Browse files Browse the repository at this point in the history
Author: Cheng Hao <hao.cheng@intel.com>

Closes #4717 from chenghao-intel/typo1 and squashes the following commits:

858d7b0 [Cheng Hao] update the typo
  • Loading branch information
chenghao-intel authored and srowen committed Feb 22, 2015
1 parent a7f9039 commit 275b1be
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 275b1be

Please sign in to comment.