Skip to content

Commit 631b912

Browse files
authored
Enable Olap settings (#10097)
1 parent b0ad121 commit 631b912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/protos/table_service_config.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@ message TTableServiceConfig {
282282

283283
optional uint64 ExtractPredicateRangesLimit = 54 [default = 10000];
284284

285-
optional bool EnableOlapSink = 55 [default = false];
285+
optional bool EnableOlapSink = 55 [default = true];
286286

287287
optional bool EnablePerStatementQueryExecution = 56 [default = false];
288-
optional bool EnableCreateTableAs = 57 [default = false];
288+
optional bool EnableCreateTableAs = 57 [default = true];
289289

290290
optional uint64 IdxLookupJoinPointsLimit = 58 [default = 3];
291291
reserved 59; //optional bool OldLookupJoinBehaviour = 59 [default = false];

0 commit comments

Comments
 (0)