Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
address comments
  • Loading branch information
cloud-fan committed Feb 2, 2018
commit 12c8035704d4feb48e91e01566386a9fe522397b
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