hust-hhb commented on code in PR #31757: URL: https://github.com/apache/doris/pull/31757#discussion_r1512268585
########## be/src/olap/wal/wal_table.cpp: ########## @@ -45,10 +45,6 @@ WalTable::WalTable(ExecEnv* exec_env, int64_t db_id, int64_t table_id) } WalTable::~WalTable() {} -#ifdef BE_TEST -Status k_stream_load_exec_status; Review Comment: k_stream_load_exec_status in wal_manager_test.cpp need to be removed as well, now the be ut complie is failed -- 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