Skip to content

Commit 08a3559

Browse files
authored
[cfg-test] Move experimental features to separate config (YQL-17455) (#805)
1 parent 4a18abf commit 08a3559

File tree

2 files changed

+34
-30
lines changed

2 files changed

+34
-30
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Yt {
2+
DefaultSettings {
3+
Name: "InferSchemaMode"
4+
Value: "rpc"
5+
}
6+
7+
DefaultSettings {
8+
Name: "DQRPCReaderInflight"
9+
Value: "10"
10+
}
11+
12+
DefaultSettings {
13+
Name: "UseRPCReaderInDq"
14+
Value: "true"
15+
}
16+
17+
DefaultSettings {
18+
Name: "TableContentLocalExecution"
19+
Value: "true"
20+
}
21+
}
22+
23+
Dq {
24+
DefaultSettings {
25+
Name: "UseFastPickleTransport"
26+
Value: "true"
27+
}
28+
29+
DefaultSettings {
30+
Name: "UseOOBTransport"
31+
Value: "true"
32+
}
33+
}
34+

ydb/library/yql/cfg/tests/gateways.conf

-30
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@ Yt {
22
GatewayThreads: 0
33
YtLogLevel: YL_INFO
44

5-
DefaultSettings {
6-
Name: "InferSchemaMode"
7-
Value: "rpc"
8-
}
9-
10-
DefaultSettings {
11-
Name: "DQRPCReaderInflight"
12-
Value: "10"
13-
}
14-
15-
DefaultSettings {
16-
Name: "UseRPCReaderInDq"
17-
Value: "true"
18-
}
19-
205
DefaultSettings {
216
Name: "DefaultMaxJobFails"
227
Value: "1"
@@ -72,11 +57,6 @@ Yt {
7257
Value: "true"
7358
}
7459

75-
DefaultSettings {
76-
Name: "TableContentLocalExecution"
77-
Value: "true"
78-
}
79-
8060
RemoteFilePatterns {
8161
Pattern: "yt://([a-zA-Z0-9\\-_]+)/([^&@?]+)$"
8262
Cluster: "$1"
@@ -164,16 +144,6 @@ Dq {
164144
Value: "grace"
165145
}
166146

167-
DefaultSettings {
168-
Name: "UseFastPickleTransport"
169-
Value: "true"
170-
}
171-
172-
DefaultSettings {
173-
Name: "UseOOBTransport"
174-
Value: "true"
175-
}
176-
177147
DefaultSettings {
178148
Name: "UseFinalizeByKey"
179149
Value: "true"

0 commit comments

Comments
 (0)