We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7706afe commit 73975c6Copy full SHA for 73975c6
ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.h
@@ -122,7 +122,7 @@ class TFetchingScript {
122
}
123
124
void AddStepDuration(const ui32 index, const TDuration d) {
125
- AtomicSet(&FinishInstant, TMonotonic::Now().MicroSeconds());
+ AtomicSet(FinishInstant, TMonotonic::Now().MicroSeconds());
126
GetStep(index)->AddDuration(d);
127
128
0 commit comments