github-actions[bot] commented on code in PR #18866: URL: https://github.com/apache/doris/pull/18866#discussion_r1173577986
########## be/test/vec/exprs/vexpr_test.cpp: ########## @@ -61,7 +61,6 @@ TEST(TEST_VEXPR, ABSTEST) { ASSERT_TRUE(state.ok()); state = context->open(&runtime_stat); ASSERT_TRUE(state.ok()); - context->close(&runtime_stat); } Review Comment: warning: no member named 'close' in 'doris::vectorized::VExprContext' [clang-diagnostic-error] ```cpp context->close(&runtime_stat); ^ ``` ########## be/test/vec/exprs/vexpr_test.cpp: ########## @@ -157,7 +156,6 @@ ASSERT_TRUE(state.ok()); state = context->open(&runtime_stat); ASSERT_TRUE(state.ok()); - context->close(&runtime_stat); } Review Comment: warning: no member named 'close' in 'doris::vectorized::VExprContext' [clang-diagnostic-error] ```cpp context->close(&runtime_stat); ^ ``` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org