Github user davies commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11828#discussion_r56744115
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/ColumnPruningSuite.scala
 ---
    @@ -35,7 +35,8 @@ class ColumnPruningSuite extends PlanTest {
       object Optimize extends RuleExecutor[LogicalPlan] {
         val batches = Batch("Column pruning", FixedPoint(100),
           ColumnPruning,
    -      CollapseProject) :: Nil
    +      CollapseProject,
    +      PushPredicateThroughProject) :: Nil
    --- End diff --
    
    I will put them in the same order than Optimizer to make sure that i does 
not hide any potential issue.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to