BryanCutler commented on issue #26118: [SPARK-24915][Python] Fix Row handling with Schema. URL: https://github.com/apache/spark/pull/26118#issuecomment-573919105 I'm -0 on this change for 2.x branch. It seems minimal and makes Row slightly more consistent, but there are still bigger issues this doesn't solve, I think it's better to just document as a known bug and workaround by using `Dict`s instead or not using `Row` with named arguments. I'm not against merging if others seem it's worth it though.
---------------------------------------------------------------- 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]
