Merge pull request #22923 from taosdata/fix/TS-4001
stream partition ignore stream_get_all
This commit is contained in:
commit
6bb752b92e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue