Adjust mem attr for load data

This commit is contained in:
wjhh2008
2023-06-08 10:47:46 +00:00
committed by ob-robot
parent a587fa8e2e
commit 9a4cf24b71
4 changed files with 33 additions and 16 deletions

View File

@ -488,7 +488,8 @@ struct ObParserErrRec {
struct ObShuffleTaskHandle {
ObShuffleTaskHandle(ObDataFragMgr &main_datafrag_mgr,
common::ObBitSet<> &main_string_values);
common::ObBitSet<> &main_string_values,
uint64_t tenant_id);
~ObShuffleTaskHandle();
ObArenaAllocator allocator;
ObDesExecContext exec_ctx;