magpierre opened a new pull request, #88: URL: https://github.com/apache/spark-connect-go/pull/88
The proto lacked userContext which led to not able to set values correctly for current session & user context. ### What changes were proposed in this pull request? client.Config() function proto lacked UserContext ### Why are the changes needed? photo requires a user context that was actually omitted in the development and was not caught since the call seemingly work, but does not set the value in the correct context. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Setting spark.sql.ansi.enabled to true (default false) and running a ansi violation cast as well as getting the value from spark.sql using set and using Config.Get in a golang application. -- 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]
