rdblue opened a new pull request #25586: [SPARK-28878[SQL][WIP] Remove extra 
project for DSv2 reads with columnar batches.
URL: https://github.com/apache/spark/pull/25586
 
 
   ### What changes were proposed in this pull request?
   
   Remove unnecessary physical projection added to ensure rows are `UnsafeRow` 
when the DSv2 scan is columnar. This is not needed because conversions are 
automatically added to convert from columnar operators to `UnsafeRow` when the 
next operator does not support columnar execution.
   
   ### Why are the changes needed?
   
   Removes an extra projection and copy.
   
   ### 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]


With regards,
Apache Git Services

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

Reply via email to