itholic commented on PR #47437:
URL: https://github.com/apache/spark/pull/47437#issuecomment-2245918431
Thanks! 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 comme
itholic closed pull request #47437: [SPARK-48752][FOLLOWUP][PYTHON][DOCS] Use
explicit name for line number in log
URL: https://github.com/apache/spark/pull/47437
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
itholic commented on code in PR #47437:
URL: https://github.com/apache/spark/pull/47437#discussion_r1687272501
##
python/pyspark/errors/exceptions/base.py:
##
@@ -137,11 +137,11 @@ def _log_exception(self) -> None:
if query_context.contextType().name == "DataFrame":
HyukjinKwon commented on code in PR #47437:
URL: https://github.com/apache/spark/pull/47437#discussion_r1686067684
##
python/pyspark/errors/exceptions/base.py:
##
@@ -137,11 +137,11 @@ def _log_exception(self) -> None:
if query_context.contextType().name == "DataFra
HyukjinKwon commented on code in PR #47437:
URL: https://github.com/apache/spark/pull/47437#discussion_r1686068685
##
python/pyspark/errors/exceptions/base.py:
##
@@ -137,11 +137,11 @@ def _log_exception(self) -> None:
if query_context.contextType().name == "DataFra
itholic commented on PR #47437:
URL: https://github.com/apache/spark/pull/47437#issuecomment-2242120624
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, #47437:
URL: https://github.com/apache/spark/pull/47437
### What changes were proposed in this pull request?
This PR followups for https://github.com/apache/spark/pull/47145 to rename
the log field naming
### Why are the changes needed?