Skip to content

Commit

Permalink
Update dbms/src/Flash/Coprocessor/RemoteRequest.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: JaySon <[email protected]>
  • Loading branch information
SeaRise and JaySon-Huang authored May 5, 2022
1 parent 0a751e5 commit 0e11afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Flash/Coprocessor/RemoteRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RemoteRequest RemoteRequest::build(
tipb::DAGRequest dag_req;
auto * executor = dag_req.mutable_root_executor();

executor = push_down_filter.constructSelectionForRemoteRead(executor);
auto * executor = push_down_filter.constructSelectionForRemoteRead(dag_req.mutable_root_executor());

{
tipb::Executor * ts_exec = executor;
Expand Down

0 comments on commit 0e11afb

Please sign in to comment.