Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhangxian1008 committed Feb 6, 2023
1 parent 111eb87 commit f2ed2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Flash/Mpp/GRPCReceiverContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ void GRPCReceiverContext::establishMPPConnectionLocalV2(
// TODO remove it in the future
std::tuple<MPPTunnelPtr, grpc::Status> GRPCReceiverContext::establishMPPConnectionLocalV1(
const ::mpp::EstablishMPPConnectionRequest * request,
const std::shared_ptr<MPPTaskManager> & task_manager)
const std::shared_ptr<MPPTaskManager> & task_manager)
{
std::chrono::seconds timeout(10);
auto [tunnel, err_msg] = task_manager->findTunnelWithTimeout(request, timeout);
Expand Down

0 comments on commit f2ed2e8

Please sign in to comment.