提交 d163a16f 编写于 作者: G Ganlin Zhao

fix: fix max/min(tag) random result

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