Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into client-refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottLinnn authored May 1, 2024
2 parents e0303fd + e23e3a6 commit 9d1175f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/storage_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ impl StorageClientImpl {
file.write_all(&file_contents)?;
println!("parquet written to {}", file_path);


if dup_id > 0 {
Ok(file_name.to_string() + dup_id.to_string().as_str())
} else {
Expand Down

0 comments on commit 9d1175f

Please sign in to comment.