Skip to content

Commit

Permalink
Update dbms/src/Flash/Coprocessor/DAGQueryBlockInterpreter.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 0e11afb commit 14f738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Flash/Coprocessor/DAGQueryBlockInterpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ AnalysisResult analyzeExpressions(

void DAGQueryBlockInterpreter::handleTableScan(const TiDBTableScan & table_scan, DAGPipeline & pipeline)
{
auto push_down_filter = PushDownFilter::toPushDownFilter(query_block.selection);
const auto push_down_filter = PushDownFilter::toPushDownFilter(query_block.selection);

DAGStorageInterpreter storage_interpreter(context, table_scan, push_down_filter, max_streams);
storage_interpreter.execute(pipeline);
Expand Down

0 comments on commit 14f738a

Please sign in to comment.