fix commit issue
This commit is contained in:
parent
7627035629
commit
fbc4cc9053
|
@ -194,6 +194,9 @@ int32_t tsdbFSetWriterClose(SFSetWriter **writer, bool abort, TFileOpArray *fopA
|
||||||
|
|
||||||
// end
|
// end
|
||||||
if (!writer[0]->config->toSttOnly) {
|
if (!writer[0]->config->toSttOnly) {
|
||||||
|
code = tsdbFSetWriteTableDataEnd(writer[0]);
|
||||||
|
TSDB_CHECK_CODE(code, lino, _exit);
|
||||||
|
|
||||||
code = tsdbDataFileWriterClose(&writer[0]->dataWriter, abort, fopArr);
|
code = tsdbDataFileWriterClose(&writer[0]->dataWriter, abort, fopArr);
|
||||||
TSDB_CHECK_CODE(code, lino, _exit);
|
TSDB_CHECK_CODE(code, lino, _exit);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue