[td-13039] fix error found by the compiler.

This commit is contained in:
Haojun Liao 2022-03-30 15:31:20 +08:00 committed by cpwu
parent 9c6c6516d5
commit 1cce35c0a5
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ TEST(testCase, build_executor_tree_Test) {
int32_t code = qStringToSubplan(msg, &plan);
ASSERT_EQ(code, 0);
code = qCreateExecTask(&handle, 2, 1, plan, (void**) &pTaskInfo, &sinkHandle);
code = qCreateExecTask(&handle, 2, 1, plan, (void**) &pTaskInfo, &sinkHandle, OPTR_EXEC_MODEL_BATCH);
ASSERT_EQ(code, 0);
}