EnricoMi commented on PR #36150: URL: https://github.com/apache/spark/pull/36150#issuecomment-1095530337
@HyukjinKwon You mentioned in https://github.com/apache/spark/pull/26912#pullrequestreview-332975715 that `melt` should be implemented in Scala, and that implementation be invoked from Python. In the meanwhile, `melt` has been implemented in PySpark Pandas because `melt` is part of the Pandas API. I think, Scala, Java and Python APIs deserve `melt` as much as the Pandas API. And all APIs should build on the same implementation, I think. -- 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]
