Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-fan committed Feb 2, 2018
1 parent 8fd8211 commit 12c8035
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ object PushDownOperatorsToDataSource extends Rule[LogicalPlan] with PredicateHel
case _ =>
}

// TODO: there may be more operators can be used to calculate required columns, we can add
// more and more in the future.
// TODO: there may be more operators that can be used to calculate the required columns. We
// can add more and more in the future.
case _ => plan.children.foreach(child => pushDownRequiredColumns(child, child.outputSet))
}
}
Expand Down

0 comments on commit 12c8035

Please sign in to comment.