itholic closed pull request #47436: [SPARK-48961][PYTHON] Make the parameter
naming of `PySparkException` consistent with JVM
URL: https://github.com/apache/spark/pull/47436
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
itholic commented on PR #47436:
URL: https://github.com/apache/spark/pull/47436#issuecomment-2246941650
Merged into master. Thanks!
--
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 co
itholic commented on code in PR #47436:
URL: https://github.com/apache/spark/pull/47436#discussion_r1685984713
##
python/docs/source/development/logger.rst:
##
@@ -52,7 +52,7 @@ Example log entry:
"file": "/path/to/file.py",
"line_no": "17",
Review Comment:
itholic commented on code in PR #47436:
URL: https://github.com/apache/spark/pull/47436#discussion_r1685981444
##
python/docs/source/development/logger.rst:
##
@@ -52,7 +52,7 @@ Example log entry:
"file": "/path/to/file.py",
"line_no": "17",
Review Comment:
HyukjinKwon commented on code in PR #47436:
URL: https://github.com/apache/spark/pull/47436#discussion_r1685979935
##
python/docs/source/development/logger.rst:
##
@@ -52,7 +52,7 @@ Example log entry:
"file": "/path/to/file.py",
"line_no": "17",
Review Comment
itholic commented on code in PR #47436:
URL: https://github.com/apache/spark/pull/47436#discussion_r1685975346
##
python/docs/source/development/logger.rst:
##
@@ -52,7 +52,7 @@ Example log entry:
"file": "/path/to/file.py",
"line_no": "17",
Review Comment:
HyukjinKwon commented on code in PR #47436:
URL: https://github.com/apache/spark/pull/47436#discussion_r1685967841
##
python/docs/source/development/logger.rst:
##
@@ -52,7 +52,7 @@ Example log entry:
"file": "/path/to/file.py",
"line_no": "17",
Review Comment
itholic commented on PR #47436:
URL: https://github.com/apache/spark/pull/47436#issuecomment-2242087457
cc @HyukjinKwon
--
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
itholic opened a new pull request, #47436:
URL: https://github.com/apache/spark/pull/47436
### What changes were proposed in this pull request?
This PR proposes to make the parameter naming of `PySparkException`
consistent with JVM
### Why are the changes needed?
The