import format error

This commit is contained in:
Xiaoyu Wang 2022-10-20 18:18:07 +08:00
parent 2339b8c0a6
commit 8f28a9c9d2
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ char *shellFormatTimestamp(char *buf, int64_t val, int32_t precision) {
void shellDumpFieldToFile(TdFilePtr pFile, const char *val, TAOS_FIELD *field, int32_t length, int32_t precision) {
if (val == NULL) {
taosFprintfFile(pFile, "NULL");
return;
}