fix compile error on windows
This commit is contained in:
parent
8982256421
commit
9b387049cc
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue