提交 fc1b85bb 编写于 作者: L Liu Jicong

fix(query): set block capacity

上级 42422b7a
...@@ -1698,8 +1698,10 @@ static int32_t filterDelBlockByUid(SSDataBlock* pDst, const SSDataBlock* pSrc, S ...@@ -1698,8 +1698,10 @@ static int32_t filterDelBlockByUid(SSDataBlock* pDst, const SSDataBlock* pSrc, S
j++; j++;
} }
} }
uint32_t cap = pDst->info.capacity;
pDst->info = pSrc->info; pDst->info = pSrc->info;
pDst->info.rows = j; pDst->info.rows = j;
pDst->info.capacity = cap;
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册