Skip to content

Commit bbe76c3

Browse files
authored
Merge cdefc7d into b24ad78
2 parents b24ad78 + cdefc7d commit bbe76c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ydb/library/yql/providers/s3/provider/yql_s3_dq_integration.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ class TS3DqIntegration: public TDqIntegrationBase {
405405
srcDesc.MutableSettings()->insert({"addPathIndex", "true"});
406406
}
407407

408+
#if defined(_linux_) || defined(_darwin_)
409+
408410
auto useRuntimeListing = State_->Configuration->UseRuntimeListing.Get().GetOrElse(false);
409411
srcDesc.SetUseRuntimeListing(useRuntimeListing);
410412

@@ -505,7 +507,7 @@ class TS3DqIntegration: public TDqIntegrationBase {
505507
));
506508
srcDesc.MutableSettings()->insert({"fileQueueActor", fileQueueActor.ToString()});
507509
}
508-
510+
#endif
509511
protoSettings.PackFrom(srcDesc);
510512
sourceType = "S3Source";
511513
}

0 commit comments

Comments
 (0)