Skip to content

Commit 3db740c

Browse files
authored
Disable CTAS by default (#9057)
1 parent 99bd033 commit 3db740c

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
@@ -285,7 +285,7 @@ message TTableServiceConfig {
285285
optional bool EnableOlapSink = 55 [default = false];
286286

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

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

0 commit comments

Comments
 (0)