Skip to content

Commit

Permalink
Fix flush
Browse files Browse the repository at this point in the history
  • Loading branch information
yzang2019 committed Oct 10, 2023
1 parent 3fc52ca commit 47c352f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changeset/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func collectChunksToSegment(outputFile string, chunkFiles []string) error {
return err
}

return writer.Flush()
return bufWriter.Flush()
}

// copyTmpFile append the compressed temporary file to writer
Expand Down

0 comments on commit 47c352f

Please sign in to comment.