924060929 opened a new pull request, #3938: URL: https://github.com/apache/doris-website/pull/3938
The per-query `SET_VAR` hint example in kill-query used an unquoted `session_context` value. Since the value contains `:`, it must be quoted — otherwise the hint truncates the value at the colon and the trace_id is lost (the session-level `SET` example above already uses quotes). Updated the example in current / 3.0 / 2.1 docs (English + Chinese). Related: apache/doris#64569 -- 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]
