Skip to content

Commit f64d21e

Browse files
authored
Merge 8797991 into 46fa15c
2 parents 46fa15c + 8797991 commit f64d21e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ydb/services/lib/actors/pq_schema_actor.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,10 @@ namespace NKikimr::NGRpcProxy::V1 {
13351335
if (needHandleAutoPartitioning) {
13361336
auto code = ValidatePartitionStrategy(*pqTabletConfig, error);
13371337
if (code) return code->YdbCode;
1338+
1339+
if (pqTabletConfig->GetPartitionStrategy().GetPartitionStrategyType() != ::NKikimrPQ::TPQTabletConfig_TPartitionStrategyType::TPQTabletConfig_TPartitionStrategyType_DISABLED) {
1340+
CHECK_CDC;
1341+
}
13381342
}
13391343

13401344
if (request.alter_attributes().size()) {

0 commit comments

Comments
 (0)