Hi, (sorry if this is a stupid question)
In lines 1215 and 1330 of
The same thing is done (in code that runs sequentially):
if self._user_id:
req.user_context.user_id = self._user_id
although I see no reason why it should be different. This has been the case for a while (at least since 3.5).
Can anyone explain why it's there, and why it is not duplicate?
Thanks 🙏
Hi, (sorry if this is a stupid question)
In lines 1215 and 1330 of
spark/python/pyspark/sql/connect/client/core.py
Line 1215 in 75ea3db
The same thing is done (in code that runs sequentially):
although I see no reason why it should be different. This has been the case for a while (at least since 3.5).
Can anyone explain why it's there, and why it is not duplicate?
Thanks 🙏