Github user kiszk commented on the pull request:

    https://github.com/apache/spark/pull/11956#issuecomment-217241905
  
    I missed something. While I assumed that I would newly declare a singleton 
object ```InMemoryTableScanExec``` and move 2. and 3. into new methods in the 
object. As you pointed out, it can be done in a case class.
    
    For example, I will move [lines 
263-296](https://github.com/apache/spark/pull/11956/files#diff-28cb12941b992ff680c277c651b59aa0R263)
 and [lines 
374-403](https://github.com/apache/spark/pull/11956/files#diff-28cb12941b992ff680c277c651b59aa0R374)
 into each of two methods in the ```InMemoryTableScanExec``` and then put 
method calls into the original places in ``WholeStageCodegenExec```. Is this 
what you want to do?


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