Yikun commented on pull request #32431: URL: https://github.com/apache/spark/pull/32431#issuecomment-1030998850
@HyukjinKwon Done. As mentioned by @zero323 , the same effect can be achieved by extending the kwargs of select to support multiple columns. Personally, I think `withColumns` might be more ideal and better readability if there are no negative effects. I guess it is also the reason why we introduced `withColumn` API before? -- 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]
