fix ci issue
This commit is contained in:
parent
4cc8374aaa
commit
0c30b3cf3c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue