提交 9b387049 编写于 作者: Y yihaoDeng

fix compile error on windows

上级 89822564
...@@ -4443,7 +4443,7 @@ static void generateBlockDistResult(STableBlockDist *pTableBlockDist) { ...@@ -4443,7 +4443,7 @@ static void generateBlockDistResult(STableBlockDist *pTableBlockDist) {
totalRows, totalBlocks, totalRows, totalBlocks,
pTableBlockDist->firstSeekTimeUs, pTableBlockDist->firstSeekTimeUs,
pTableBlockDist->numOfRowsInMemTable); pTableBlockDist->numOfRowsInMemTable);
UNUSE(sz); UNUSED(sz);
return; return;
} }
void skipBlocks(SQueryRuntimeEnv *pRuntimeEnv) { void skipBlocks(SQueryRuntimeEnv *pRuntimeEnv) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册