Skip to content

Commit

Permalink
Disable CTAS by default (#9057)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvas0 authored Sep 11, 2024
1 parent 99bd033 commit 3db740c
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 @@ -285,7 +285,7 @@ message TTableServiceConfig {
optional bool EnableOlapSink = 55 [default = false];

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

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

0 comments on commit 3db740c

Please sign in to comment.