Update StorageWindowView.cpp

This commit is contained in:
Kseniia Sumarokova 2024-08-06 11:42:18 +02:00 committed by GitHub
parent e9506202d6
commit b2987e4f4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1450,7 +1450,7 @@ void StorageWindowView::writeIntoWindowView(
LOG_TRACE(window_view.log, "New max watermark: {}", window_view.max_watermark);
}
Pipe pipe(std::make_shared<SourceFromSingleChunk>(std::move(block)));
Pipe pipe(std::make_shared<SourceFromSingleChunk>(block));
UInt32 lateness_bound = 0;
UInt32 t_max_watermark = 0;