fix: set row for data block

This commit is contained in:
shenglian zhou 2022-12-28 14:31:12 +08:00
parent ad1ba74646
commit 2680ebff38
1 changed files with 2 additions and 0 deletions

View File

@ -875,6 +875,8 @@ int32_t convertScalarParamToDataBlock(SScalarParam *input, int32_t numOfCols, SS
} }
} }
output->info.rows = numOfRows;
return 0; return 0;
} }