adjust
This commit is contained in:
parent
3b0d1480f7
commit
ef5b5786b3
|
@ -683,7 +683,7 @@ static SSDataBlock* getBlockForEmptyTable(SOperatorInfo* pOperator, const STable
|
||||||
blockDataEmpty(pBlock);
|
blockDataEmpty(pBlock);
|
||||||
pBlock->info.rows = 1;
|
pBlock->info.rows = 1;
|
||||||
pBlock->info.id.uid = tbInfo->uid;
|
pBlock->info.id.uid = tbInfo->uid;
|
||||||
pBlock->info.id.groupId = pOperator->dynamicTask ? tbInfo->uid : tbInfo->groupId;
|
pBlock->info.id.groupId = tbInfo->groupId;
|
||||||
|
|
||||||
// only one row: set all col data to null & hasNull
|
// only one row: set all col data to null & hasNull
|
||||||
int32_t col_num = blockDataGetNumOfCols(pBlock);
|
int32_t col_num = blockDataGetNumOfCols(pBlock);
|
||||||
|
|
Loading…
Reference in New Issue