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 8a26997 commit dfdae95Copy full SHA for dfdae95
ydb/library/yql/providers/s3/actors/yql_s3_read_actor.cpp
@@ -940,7 +940,7 @@ class TS3ReadCoroImpl : public TActorCoroImpl {
940
DeferredDecompressedDataParts.push(std::move(ev->Release()));
941
}
942
943
- void Handle(TEvS3Provider::TEvDecompressDataFinish::TPtr& ev) {
+ void Handle(TEvS3Provider::TEvDecompressDataFinish::TPtr&) {
944
DecompressedInputFinished = true;
945
946
0 commit comments