File tree 2 files changed +34
-30
lines changed
ydb/library/yql/cfg/tests
2 files changed +34
-30
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 2
2
GatewayThreads: 0
3
3
YtLogLevel: YL_INFO
4
4
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
-
20
5
DefaultSettings {
21
6
Name: "DefaultMaxJobFails"
22
7
Value: "1"
72
57
Value: "true"
73
58
}
74
59
75
- DefaultSettings {
76
- Name: "TableContentLocalExecution"
77
- Value: "true"
78
- }
79
-
80
60
RemoteFilePatterns {
81
61
Pattern: "yt://([a-zA-Z0-9\\-_]+)/([^&@?]+)$"
82
62
Cluster: "$1"
@@ -164,16 +144,6 @@ Dq {
164
144
Value: "grace"
165
145
}
166
146
167
- DefaultSettings {
168
- Name: "UseFastPickleTransport"
169
- Value: "true"
170
- }
171
-
172
- DefaultSettings {
173
- Name: "UseOOBTransport"
174
- Value: "true"
175
- }
176
-
177
147
DefaultSettings {
178
148
Name: "UseFinalizeByKey"
179
149
Value: "true"
You can’t perform that action at this time.
0 commit comments