bug fix for bitmap compress
This commit is contained in:
parent
6a9834f541
commit
91f9661550
|
@ -1298,7 +1298,7 @@ int tsdbWriteBlockImpl(STsdb *pRepo, STable *pTable, SDFile *pDFile, SDFile *pDF
|
||||||
int32_t tBitmaps = 0;
|
int32_t tBitmaps = 0;
|
||||||
int32_t tBitmapsLen = 0;
|
int32_t tBitmapsLen = 0;
|
||||||
if ((ncol != 0) && !TD_COL_ROWS_NORM(pBlockCol)) {
|
if ((ncol != 0) && !TD_COL_ROWS_NORM(pBlockCol)) {
|
||||||
tBitmaps = sBitmaps;
|
tBitmaps = isSuper ? sBitmaps : nBitmaps;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue