Skip to content
Snippets Groups Projects
Commit 275b1bef authored by Cheng Hao's avatar Cheng Hao Committed by Sean Owen
Browse files

[DataFrame] [Typo] Fix the typo

Author: Cheng Hao <hao.cheng@intel.com>

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

858d7b0 [Cheng Hao] update the typo
parent a7f90390
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ class DataFrame protected[sql]( ...@@ -138,7 +138,7 @@ class DataFrame protected[sql](
/** /**
* An implicit conversion function internal to this class for us to avoid doing * 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 = { @inline private implicit def logicalPlanToDataFrame(logicalPlan: LogicalPlan): DataFrame = {
new DataFrame(sqlContext, logicalPlan) new DataFrame(sqlContext, logicalPlan)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment