srielau commented on PR #49445: URL: https://github.com/apache/spark/pull/49445#issuecomment-2615922926
We still need to know that the label is not user generated. So we do not expose the name in error messages. Sent from my iPhone On Jan 27, 2025, at 4:24 AM, Dušan Tišma ***@***.***> wrote: @dusantism-db commented on this pull request. ________________________________ In sql/core/src/main/scala/org/apache/spark/sql/scripting/SqlScriptingExecutionContext.scala<https://github.com/apache/spark/pull/49445#discussion_r1930444091>: > @@ -89,4 +96,6 @@ class SqlScriptingExecutionFrame( * @param label * Label of the scope. */ -class SqlScriptingExecutionScope(val label: String) +class SqlScriptingExecutionScope(val label: String) { Each scope has a random UUID which is assigned as the label name, it is different for every scope and the users do not know its value. — Reply to this email directly, view it on GitHub<https://github.com/apache/spark/pull/49445#discussion_r1930444091>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA22CFGDJXK27P7A4ST3NY32MYQOVAVCNFSM6AAAAABU64U3PCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDKNZVGI4TKMRTGU>. You are receiving this because you were mentioned.Message ID: ***@***.***> -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org