Skip to content

Commit 97dbe48

Browse files
committed
OlapSink has been enabled by default
1 parent 30e4c7d commit 97dbe48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/protos/table_service_config.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ message TTableServiceConfig {
290290

291291
optional uint64 ExtractPredicateRangesLimit = 54 [default = 10000];
292292

293-
optional bool EnableOlapSink = 55 [default = false];
293+
optional bool EnableOlapSink = 55 [default = true];
294294

295295
optional bool EnablePerStatementQueryExecution = 56 [default = false];
296296
optional bool EnableCreateTableAs = 57 [default = false];

0 commit comments

Comments
 (0)