Skip to content

Commit

Permalink
Resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang committed Apr 3, 2024
1 parent 6bf97a1 commit 9ad598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Storages/KVStore/Read/LearnerRead.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ LearnerReadSnapshot doLearnerRead(

if (auto * dag_context = context.getDAGContext())
{
mvcc_query_info.scan_context->num_stale_read = worker.getStats().num_stale_read;
mvcc_query_info->scan_context->num_stale_read = stats.num_stale_read;
dag_context->has_read_wait_index = true;
dag_context->read_wait_index_start_timestamp = start_time;
dag_context->read_wait_index_end_timestamp = end_time;
Expand Down

0 comments on commit 9ad598c

Please sign in to comment.