Skip to content

Commit

Permalink
Fix typo in TransactionLogAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Oct 11, 2022
1 parent cf7ac01 commit 0e79dfa
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 @@ public List<AddFileEntry> getActiveFiles(TableSnapshot tableSnapshot, ConnectorS
}
catch (MissingTransactionLogException e) {
// Reset the cached table when there are transaction files which are newer than
// the cached table version which are already garbage colllected.
// the cached table version which are already garbage collected.
List<AddFileEntry> activeFiles = loadActiveFiles(tableSnapshot, session);
updatedCacheEntry = new DeltaLakeDataFileCacheEntry(tableSnapshot.getVersion(), activeFiles);
}
Expand Down

0 comments on commit 0e79dfa

Please sign in to comment.