yiguolei commented on code in PR #32039: URL: https://github.com/apache/doris/pull/32039#discussion_r1519039797
########## be/src/runtime/thread_context.h: ########## @@ -270,6 +293,32 @@ static ThreadContext* thread_context() { __builtin_unreachable(); } +class QueryThreadContext { Review Comment: 别封装这个对象了,这样会看着我们的概念很乱,threadcontext, querythreadcontext,然后memtable 还可能在load channel里,结果还叫query -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org