Skip to content

Commit

Permalink
chore: reduce flush invocation
Browse files Browse the repository at this point in the history
Co-authored-by: Yingwen <[email protected]>
  • Loading branch information
shuiyisong and evenyag authored Nov 6, 2023
1 parent 49d54be commit 6986f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/src/cli/export.rs
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ impl Export {
)
.await
.context(FileIoSnafu)?;
file.flush().await.context(FileIoSnafu)?;
}
file.flush().await.context(FileIoSnafu)?;

info!("finished exporting {catalog}.{schema} copy_from.sql");

Expand Down

0 comments on commit 6986f57

Please sign in to comment.