We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c70e5f commit c483eb1Copy full SHA for c483eb1
ydb/core/protos/feature_flags.proto
@@ -124,7 +124,7 @@ message TFeatureFlags {
124
optional bool EnableGetNodeLabels = 99 [default = false];
125
optional bool EnableTopicMessageMeta = 100 [default = true];
126
optional bool EnableIcNodeCache = 101 [default = true, (RequireRestart) = true];
127
- optional bool EnableTempTables = 102 [default = true];
+ optional bool EnableTempTables = 102 [default = false];
128
optional bool SuppressCompatibilityCheck = 103 [default = false, (RequireRestart) = true];
129
optional bool EnableUniqConstraint = 104 [default = true];
130
optional bool EnableChangefeedDebeziumJsonFormat = 105 [default = false];
0 commit comments