We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b24ad78 + cdefc7d commit bbe76c3Copy full SHA for bbe76c3
ydb/library/yql/providers/s3/provider/yql_s3_dq_integration.cpp
@@ -405,6 +405,8 @@ class TS3DqIntegration: public TDqIntegrationBase {
405
srcDesc.MutableSettings()->insert({"addPathIndex", "true"});
406
}
407
408
+#if defined(_linux_) || defined(_darwin_)
409
+
410
auto useRuntimeListing = State_->Configuration->UseRuntimeListing.Get().GetOrElse(false);
411
srcDesc.SetUseRuntimeListing(useRuntimeListing);
412
@@ -505,7 +507,7 @@ class TS3DqIntegration: public TDqIntegrationBase {
505
507
));
506
508
srcDesc.MutableSettings()->insert({"fileQueueActor", fileQueueActor.ToString()});
509
-
510
+#endif
511
protoSettings.PackFrom(srcDesc);
512
sourceType = "S3Source";
513
0 commit comments