liuneng1994 commented on code in PR #7801:
URL: https://github.com/apache/incubator-gluten/pull/7801#discussion_r1828927678
##########
cpp-ch/local-engine/Common/QueryContext.cpp:
##########
@@ -83,19 +84,20 @@ DB::ContextPtr QueryContext::globalContext()
return Data::global_context;
}
-int64_t QueryContext::initializeQuery()
+int64_t QueryContext::initializeQuery(String task_id)
Review Comment:
```suggestion
int64_t QueryContext::initializeQuery(const String & task_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: [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]