We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcd20b commit 645eb31Copy full SHA for 645eb31
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 = false];
+ optional bool EnableTempTables = 102 [default = true];
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