HyukjinKwon commented on code in PR #48843:
URL: https://github.com/apache/spark/pull/48843#discussion_r1856349853
##########
python/pyspark/util.py:
##########
@@ -406,13 +406,36 @@ def inner(*args: Any, **kwargs: Any) -> Any:
return outer
- # Non Spark Connect
+ # Non Spark Connect with SparkSession or Callable
Review Comment:
Let's document that we should provide `session` to properly inherit the
tags. And also, we could issue a warning that the tags wouldn't be inherited
when the tags are set but the session is not provided.
--
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]