In PySpark Connect the user id is fetched using os.getenv if not provided in the channelBuilder and used in all proto calls requiring a UserContext. In the current Golang code there's a hard coded NA userid for all the UserContexts. This should be aligned to ensure we provide the same functionality across different coding languages.