Skip to content

Commit

Permalink
add cover2
Browse files Browse the repository at this point in the history
Signed-off-by: Jiao Mingye <mxdzs0612@gmail.com>
  • Loading branch information
mxdzs0612 committed Mar 6, 2024
1 parent b4053e5 commit dbc4856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions be/test/exec/pipeline/exchange_sink_operator_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ TEST_F(ExchangeSinkOperatorTest, test_push_random_scale) {
network_address.__set_port(9050);
destination.__set_brpc_server(network_address);
destinations.emplace_back(destination);
TPlanFragmentDestination mock_destination = destination;
destinations.emplace_back(mock_destination);
std::vector<ExprContext*> partition_expr_ctxs;
std::vector<int32_t> output_columns;
// auto mock_sink_buffer = std::make_shared<MockSinkBuffer>(_fragment_context, destinations, false);
Expand Down

0 comments on commit dbc4856

Please sign in to comment.