liuneng1994 commented on code in PR #6558:
URL: https://github.com/apache/incubator-gluten/pull/6558#discussion_r1687702440


##########
cpp-ch/local-engine/Common/QueryContext.cpp:
##########
@@ -33,14 +36,23 @@ namespace ErrorCodes
 namespace local_engine
 {
 using namespace DB;
-thread_local std::shared_ptr<CurrentThread::QueryScope> query_scope;
 thread_local std::shared_ptr<ThreadStatus> thread_status;
-ConcurrentMap<int64_t, NativeAllocatorContextPtr> allocator_map;
+thread_local std::shared_ptr<ThreadGroup> thread_group;
+thread_local ContextMutablePtr query_context;
 
-int64_t initializeQuery(ReservationListenerWrapperPtr listener)
+struct QueryContextSettings

Review Comment:
   我再修改一下,统一一下Config的获取入口



-- 
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]

Reply via email to