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,
|
||||
pTableBlockDist->firstSeekTimeUs,
|
||||
pTableBlockDist->numOfRowsInMemTable);
|
||||
UNUSE(sz);
|
||||
UNUSED(sz);
|
||||
return;
|
||||
}
|
||||
void skipBlocks(SQueryRuntimeEnv *pRuntimeEnv) {
|
||||
|
|
Loading…
Reference in New Issue