Jiang Xingbo created SPARK-17031:
------------------------------------

             Summary: Add `Scanner` operator to wrap the optimized plan 
directly in planner
                 Key: SPARK-17031
                 URL: https://issues.apache.org/jira/browse/SPARK-17031
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Jiang Xingbo


We should add a wrapper node for scan(table scan or file scan), and this 
wrapper node can also hold project list and filter conditions. Then in 
optimizer we can improve the ColumnPrunning and FilterPushdown rules to push 
down into this wrapper node. After this we don't need PhysicalOperator anymore 
and the planner can match on the wrapper node directly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to