Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Jul 15, 2024
1 parent 3d59754 commit d63dfa4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions be/src/cloud/cloud_stream_load_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ Status CloudStreamLoadExecutor::operate_txn_2pc(StreamLoadContext* ctx) {
if (!config::enable_stream_load_commit_txn_on_be) {
VLOG_DEBUG << "2pc commit stream load txn with FE support: " << op_info;
st = StreamLoadExecutor::operate_txn_2pc(ctx);
}
if (topt == TxnOpParamType::WITH_TXN_ID) {
} else if (topt == TxnOpParamType::WITH_TXN_ID) {
VLOG_DEBUG << "2pc commit stream load txn directly: " << op_info;
st = _exec_env->storage_engine().to_cloud().meta_mgr().commit_txn(*ctx, true);
} else if (topt == TxnOpParamType::WITH_LABEL) {
Expand Down

0 comments on commit d63dfa4

Please sign in to comment.