sadikovi commented on PR #36632:
URL: https://github.com/apache/spark/pull/36632#issuecomment-1134230858

   Unfortunately, I cannot share the full repro. 
   
   CommandResultExec is supposed to return UnsafeRow, there is even comment 
stating it: 
   ```scala
   // Input is already UnsafeRows.
   override protected val createUnsafeProjection: Boolean = false
   ```
   
   This PR fixes `executeCollect` that was not conforming to the spec.


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

Reply via email to