Merge pull request #22923 from taosdata/fix/TS-4001

stream partition ignore stream_get_all
This commit is contained in:
dapan1121 2023-09-15 17:37:09 +08:00 committed by GitHub
commit 6bb752b92e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1132,7 +1132,8 @@ static SSDataBlock* doStreamHashPartition(SOperatorInfo* pOperator) {
} break;
case STREAM_CREATE_CHILD_TABLE:
case STREAM_RETRIEVE:
case STREAM_CHECKPOINT: {
case STREAM_CHECKPOINT:
case STREAM_GET_ALL: {
return pBlock;
}
default: