Skip to content

Commit

Permalink
misspelling has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dorooleg committed Sep 20, 2024
1 parent 5d3b4e5 commit 246207e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class TPartitionedDatasetS3ListingStrategy : public TCollectingS3ListingStrategy
result.ListedObjectSize = listingResult.ListedObjectSize;
for (auto& directoryPrefix : listingResult.Directories) {
if (directoryPrefix.MatchedGlobs.empty()) {
// We need to list until extra columns are extracteds
// We need to list until extra columns are extracted
queue->push_back(directoryPrefix.Path);
} else {
result.Directories.push_back(directoryPrefix);
Expand Down

0 comments on commit 246207e

Please sign in to comment.