Browse Source

SplitStageOnDqReplicate -> false (#1068)

Andrey Neporada 1 year ago
parent
commit
238670b9da
1 changed files with 5 additions and 0 deletions
  1. 5 0
      ydb/library/yql/cfg/tests/gateways-experimental.conf

+ 5 - 0
ydb/library/yql/cfg/tests/gateways-experimental.conf

@@ -30,6 +30,11 @@ Dq {
         Name: "UseOOBTransport"
         Value: "true"
     }
+
+    DefaultSettings {
+        Name: "SplitStageOnDqReplicate"
+        Value: "false"
+    }
 }
 
 YqlCore {