Skip to content

Commit

Permalink
Disable modification operations in CS by default (#7129)
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny authored Jul 27, 2024
1 parent 0032663 commit 0671f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/protos/table_service_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ message TTableServiceConfig {

optional uint64 ExtractPredicateRangesLimit = 54 [default = 10000];

optional bool EnableOlapSink = 55 [default = true];
optional bool EnableOlapSink = 55 [default = false];

optional bool EnablePerStatementQueryExecution = 56 [default = false];
optional bool EnableCreateTableAs = 57 [default = true];
Expand Down

0 comments on commit 0671f74

Please sign in to comment.