franciscoabsampaio opened a new issue, #56408: URL: https://github.com/apache/spark/issues/56408
Hi, (sorry if this is a stupid question) In lines 1215 and 1330 of https://github.com/apache/spark/blob/75ea3db736bcafe1de67007d521e3bc0b346a531/python/pyspark/sql/connect/client/core.py#L1215 The same thing is done: ```py 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 🙏 -- 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]
