Merge pull request #11388 from taosdata/feature/TD-11463-3.0

refactor: row bitmap to provide real semantics of NULL and NONE
This commit is contained in:
Cary Xu 2022-04-11 18:04:56 +08:00 committed by GitHub
commit 8603b6ece3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1298,7 +1298,7 @@ int tsdbWriteBlockImpl(STsdb *pRepo, STable *pTable, SDFile *pDFile, SDFile *pDF
int32_t tBitmaps = 0;
int32_t tBitmapsLen = 0;
if ((ncol != 0) && !TD_COL_ROWS_NORM(pBlockCol)) {
tBitmaps = sBitmaps;
tBitmaps = isSuper ? sBitmaps : nBitmaps;
}
#endif