tsdb/readerwriter: remove size with download

This commit is contained in:
Minglei Jin 2023-09-22 14:06:06 +08:00
parent ce1f866416
commit 4c151f2031
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ static int32_t tsdbOpenFileImpl(STsdbFD *pFD) {
int32_t vid = 0;
sscanf(object_name, "v%df%dver%" PRId64 ".data", &vid, &pFD->fid, &pFD->cid);
pFD->objName = object_name;
pFD->szFile = s3_size;
// pFD->szFile = s3_size;
#endif
} else {
code = TAOS_SYSTEM_ERROR(errsv);