maryannxue commented on PR #39624: URL: https://github.com/apache/spark/pull/39624#issuecomment-1386466616
Another way to achieve this is instead of wrapping, we can have a common interface (e.g., `Materializable`, or `BlockingDependency`) for `QueryStageExec` and `InMemoryTableScanExec` so that other call sites that match `QueryStageExec` will not be affected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
