[fix](chore) fix session var memtable on sink for bulk load (#29102)

This commit is contained in:
Siyang Tang
2023-12-29 17:00:02 +08:00
committed by GitHub
parent 1a2ec2fbd9
commit ada5cf4b2e

View File

@ -154,6 +154,7 @@ public class LoadLoadingTask extends LoadTask {
* here we use exec_mem_limit to directly override the load_mem_limit property.
*/
curCoordinator.setLoadMemLimit(execMemLimit);
curCoordinator.setMemTableOnSinkNode(enableMemTableOnSinkNode);
long leftTimeMs = getLeftTimeMs();
if (leftTimeMs <= 0) {