Skip to content

Commit

Permalink
fix according to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
seancxmao committed Dec 12, 2018
1 parent dfd0f71 commit 1cca847
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1370,10 +1370,8 @@ object DecimalAggregates extends Rule[LogicalPlan] {
}

/**
* Converts local operations (i.e. ones that don't require data exchange) on [[LocalRelation]] to
* another [[LocalRelation]].
*
* This rule currently handles 3 cases: [[Project]], [[Limit]] and [[Filter]].
* Converts local operations (i.e. ones that don't require data exchange) on `LocalRelation` to
* another `LocalRelation`.
*/
object ConvertToLocalRelation extends Rule[LogicalPlan] {
def apply(plan: LogicalPlan): LogicalPlan = plan transform {
Expand Down

0 comments on commit 1cca847

Please sign in to comment.