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: This indicates the line number retrieved from stack frame by using `frame.lineno`. On second thought maybe we should use `lineno` or `line_number` instead `line_no`? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org