fix expr statement_digest core

This commit is contained in:
yinyj17
2023-06-21 12:42:41 +00:00
committed by ob-robot
parent bbb1cd866f
commit 3b36ce4678

View File

@ -99,6 +99,7 @@ int calc_digest_text(ObIAllocator &allocator,
digest_str = queries.at(i); digest_str = queries.at(i);
} }
} }
exec_ctx.set_physical_plan_ctx(NULL);
} }
return ret; return ret;
} }