fix ci issue

This commit is contained in:
54liuyao 2024-11-01 10:25:14 +08:00
parent 4cc8374aaa
commit 0c30b3cf3c
1 changed files with 1 additions and 1 deletions

View File

@ -2384,7 +2384,7 @@ void qptCreateWindowPhysiNode(SWindowPhysiNode* pWindow) {
pWindow->watermark = taosRand();
pWindow->deleteMark = taosRand();
pWindow->igExpired = taosRand();
pWindow->destHasPrimayKey = taosRand();
pWindow->destHasPrimaryKey = taosRand();
pWindow->mergeDataBlock = QPT_RAND_BOOL_V;
}