Skip to content

Commit

Permalink
Disable CTAS by default (ydb-platform#9057)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvas0 authored and zverevgeny committed Sep 15, 2024
1 parent 4f8fa3d commit e9a63fe
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];
optional bool OldLookupJoinBehaviour = 59 [default = false];
Expand Down

0 comments on commit e9a63fe

Please sign in to comment.