diff --git a/be/src/olap/data_dir.cpp b/be/src/olap/data_dir.cpp index 689d6f37084cf16..8aa07791ebc8374 100644 --- a/be/src/olap/data_dir.cpp +++ b/be/src/olap/data_dir.cpp @@ -545,7 +545,7 @@ Status DataDir::load() { << " schema hash: " << rowset_meta->tablet_schema_hash() << " for txn: " << rowset_meta->txn_id(); - } else if (commit_txn_status.is()) { + } else if (commit_txn_status.is()) { LOG(WARNING) << "failed to add committed rowset: " << rowset_meta->rowset_id() << " to tablet: " << rowset_meta->tablet_id() << " for txn: " << rowset_meta->txn_id()