提交 0201348b 编写于 作者: G Ganlin Zhao

add test cases

上级 bbae7259
......@@ -484,8 +484,8 @@ int32_t addTagPseudoColumnData(SReadHandle* pHandle, const SExprInfo* pExpr, int
int32_t code = 0;
// backup the rows
int32_t backupRows = (rows == 1) ? rows : pBlock->info.rows;
pBlock->info.rows = rows;
int32_t backupRows = pBlock->info.rows;
pBlock->info.rows = (rows < pBlock->info.rows) ? pBlock->info.rows : rows;
bool freeReader = false;
STableCachedVal val = {0};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册