Skip to content

Commit

Permalink
Merge pull request #22918 from taosdata/fix/ly_test
Browse files Browse the repository at this point in the history
project op ignore checkpoint block
  • Loading branch information
dapan1121 authored Sep 15, 2023
2 parents b123dd7 + 6d64a22 commit 7330025
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/libs/executor/src/projectoperator.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ SSDataBlock* doProjectOperation(SOperatorInfo* pOperator) {

// for stream interval
if (pBlock->info.type == STREAM_RETRIEVE || pBlock->info.type == STREAM_DELETE_RESULT ||
pBlock->info.type == STREAM_DELETE_DATA || pBlock->info.type == STREAM_CREATE_CHILD_TABLE) {
pBlock->info.type == STREAM_DELETE_DATA || pBlock->info.type == STREAM_CREATE_CHILD_TABLE ||
pBlock->info.type == STREAM_CHECKPOINT) {
return pBlock;
}

Expand Down

0 comments on commit 7330025

Please sign in to comment.