File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ message TTableServiceConfig {
55
55
56
56
message TSpillingServiceConfig {
57
57
message TLocalFileConfig {
58
- optional bool Enable = 1 [default = true ];
58
+ optional bool Enable = 1 [default = false ];
59
59
optional string Root = 2 [default = "" ];
60
60
optional uint64 MaxTotalSize = 3 [default = 21474836480 ]; // 20 GiB
61
61
optional uint64 MaxFileSize = 4 [default = 5368709120 ]; // 5 GiB
@@ -309,7 +309,7 @@ message TTableServiceConfig {
309
309
310
310
optional bool EnableImplicitQueryParameterTypes = 66 [ default = false ];
311
311
312
- optional string EnableSpillingNodes = 67 [ default = "All " ];
312
+ optional string EnableSpillingNodes = 67 [ default = "" ];
313
313
314
314
message TComputeSchedulerSettings {
315
315
optional uint64 AdvanceTimeIntervalUsec = 1 [default = 50000 ];
You can’t perform that action at this time.
0 commit comments