Github user jiangxb1987 commented on the issue:

    https://github.com/apache/spark/pull/13893
  
    @cloud-fan Do you mean something like adding in `basicLogicalOperators` the 
following:
    `case class Scanner(
        projectionList: Seq[NamedExpression],
        filters: Seq[Expression],
        child: LogicalPlan)
      extends UnaryNode`
    And pass that to the planner instead of applying `PhysicalOperation`?
    
    I'm willing to take this work.


---
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