Skip to content

Commit

Permalink
fix ci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
54liuyao committed Nov 1, 2024
1 parent 4cc8374 commit 0c30b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/libs/executor/test/queryPlanTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0c30b3c

Please sign in to comment.