Nikolina Vraneš created SPARK-58064:
---------------------------------------

             Summary: Push deterministic filters through BIN BY
                 Key: SPARK-58064
                 URL: https://issues.apache.org/jira/browse/SPARK-58064
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 5.0.0
            Reporter: Nikolina Vraneš


Add BinBy to PushPredicateThroughNonJoin.canPushThrough so deterministic 
predicates on forwarded pass-through / range columns push below the operator. 
Predicates on the scaled DISTRIBUTE or appended columns cannot push (fresh 
ExprIds not in the child output), which is what makes this safe. Enabled by the 
produced-attributes shape from SPARK-57858. Subtask of SPARK-57133.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to