This commit is contained in:
Hui Li 2020-12-29 16:23:11 +08:00
parent 4858bee76b
commit 6342e8a669
1 changed files with 1 additions and 1 deletions

View File

@ -1969,7 +1969,7 @@ static bool getColumnAndTagTypeFromInsertJsonFile(cJSON* stbInfo, SSuperTable* s
int count = 1;
int index = 0;
StrColumn columnCase = {0};
StrColumn columnCase;
//superTbls->columnCount = columnSize;
for (int k = 0; k < columnSize; ++k) {