Skip to content

Commit

Permalink
[DNM] test
Browse files Browse the repository at this point in the history
  • Loading branch information
TangSiyang2001 committed Oct 24, 2024
1 parent d4c5b33 commit 9b1b8c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions be/src/olap/push_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <gen_cpp/olap_file.pb.h>
#include <gen_cpp/types.pb.h>
#include <glog/logging.h>
#include <thrift/protocol/TDebugProtocol.h>

#include <algorithm>
#include <iostream>
Expand Down Expand Up @@ -188,6 +189,9 @@ Status PushHandler::_do_streaming_ingestion(TabletSharedPtr tablet, const TPushR
for (const auto& column_desc : request.columns_desc) {
tablet_schema->append_column(TabletColumn(column_desc));
}
} else {
CHECK(false) << fmt::format("===>use a BE tablet schema, column_desc={}",
apache::thrift::ThriftDebugString(request.columns_desc));
}
RowsetSharedPtr rowset_to_add;
// writes
Expand Down

0 comments on commit 9b1b8c5

Please sign in to comment.