Skip to content

Commit

Permalink
Encountering empty tablets during batch export of tsfile does not aff…
Browse files Browse the repository at this point in the history
…ect subsequent export tasks
  • Loading branch information
2b3c511 authored and 2b3c511 committed Jan 12, 2025
1 parent 01e1420 commit bb64bc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ public static Boolean writeWithTablets(SessionDataSet sessionDataSet, String fil
if (!tabletList.isEmpty()) {
writeWithTablets(
sessionDataSet, tabletList, alignedDevices, tsFileWriter, deviceColumnIndices);
tsFileWriter.flush();
tsFileWriter.flush();
} else {
isEmpty = true;
}
Expand Down

0 comments on commit bb64bc7

Please sign in to comment.