Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Dec 28, 2023
1 parent 05f9a33 commit a6a468d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ private String loadDataIntoBucket(final String objectPath, final SerializableBuf
}

/**
* Users want deterministic file names (e.g. the first file part is really foo-0.csv Using UUIDs
* Users want deterministic file names (e.g. the first file part is really foo-0.csv). Using UUIDs
* (previous approach) doesn't allow that. However, using pure integers could lead to a collision
* with an upload from another thread. We also want to be able to continue the same offset between
* attempts. So, we'll count up the existing files in the directory and use that as a lazy-offset,
Expand Down

0 comments on commit a6a468d

Please sign in to comment.