huaxingao opened a new pull request #29415:
URL: https://github.com/apache/spark/pull/29415


   
   ### What changes were proposed in this pull request?
   Remove `fullOutput` from `RowDataSourceScanExec`
   
   
   ### Why are the changes needed?
   `RowDataSourceScanExec` requires the full output instead of the scan output 
after column pruning. However, in v2 code path, we don't have the full output 
anymore so we just pass the pruned output. `RowDataSourceScanExec.fullOutput` 
is actually meaningless so we should remove it.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   
   ### How was this patch tested?
   existing tests
   


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

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to