Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pingcap/tics into release…
Browse files Browse the repository at this point in the history
…-4.0
  • Loading branch information
zanmato1984 committed Apr 8, 2020
2 parents 81d45a4 + 66888fc commit a011fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbms/src/Flash/Coprocessor/DAGDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void DAGDriver<batch>::execute()
try
{
DAGContext dag_context(dag_request.executors_size());
DAGQuerySource dag(context, dag_context, regions, dag_request);
DAGQuerySource dag(context, dag_context, regions, dag_request, batch);

BlockIO streams = executeQuery(dag, context, internal, QueryProcessingStage::Complete);
if (!streams.in || streams.out)
Expand Down Expand Up @@ -140,7 +140,7 @@ catch (...)
}

template <bool batch>
void DAGDriver<batch>::recordError(Int32 err_code , const String & err_msg)
void DAGDriver<batch>::recordError(Int32 err_code, const String & err_msg)
{
if constexpr (batch)
{
Expand Down

0 comments on commit a011fd1

Please sign in to comment.