koertkuipers opened a new pull request #33423:
URL: https://github.com/apache/spark/pull/33423


   ### What changes were proposed in this pull request?
   Preserve the insertion order of columns in Dataset.withColumns
   
   ### Why are the changes needed?
   It is the expected behavior. We preserve insertion order in all other places.
   
   ### Does this PR introduce _any_ user-facing change?
   No. Currently Dataset.withColumns is not actually used anywhere to insert 
more than one column. This change is to make sure it behaves as expected when 
it is used for that purpose in future.
   
   ### How was this patch tested?
   Added test in DatasetSuite


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