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 c15d537 commit 44bae67Copy full SHA for 44bae67
ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.h
@@ -179,8 +179,8 @@ class TFetchingScriptOwner: TNonCopyable {
179
std::shared_ptr<TFetchingScript> Script;
180
181
void FinishInitialization(std::shared_ptr<TFetchingScript>&& script) {
182
- AFL_VERIFY(AtomicCas(&InitializationDetector, 1, 2));
183
Script = std::move(script);
+ AFL_VERIFY(AtomicCas(&InitializationDetector, 1, 2));
184
}
185
186
public:
0 commit comments