Re: [PR] [SPARK-47251][PYTHON][FOLLOWUP] Use __name__ instead of string representation [spark]

2024-03-05 Thread via GitHub
HyukjinKwon closed pull request #45393: [SPARK-47251][PYTHON][FOLLOWUP] Use __name__ instead of string representation URL: https://github.com/apache/spark/pull/45393 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [SPARK-47251][PYTHON][FOLLOWUP] Use __name__ instead of string representation [spark]

2024-03-05 Thread via GitHub
HyukjinKwon commented on PR #45393: URL: https://github.com/apache/spark/pull/45393#issuecomment-1979820319 Merged to master. -- 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.

Re: [PR] [SPARK-47251][PYTHON][FOLLOWUP] Use __name__ instead of string representation [spark]

2024-03-05 Thread via GitHub
xinrong-meng commented on PR #45393: URL: https://github.com/apache/spark/pull/45393#issuecomment-1979702403 LGTM, thank you! -- 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.

[PR] [SPARK-47251][PYTHON][FOLLOWUP] Use __name__ instead of string representation [spark]

2024-03-05 Thread via GitHub
ueshin opened a new pull request, #45393: URL: https://github.com/apache/spark/pull/45393 ### What changes were proposed in this pull request? Use `__name__` instead of string representation for the error parameter. ### Why are the changes needed? To be consistent with ot