We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435302e commit e500a10Copy full SHA for e500a10
kernel/src/scan/log_replay.rs
@@ -59,7 +59,7 @@ impl AddRemoveDedupVisitor<'_> {
59
/// should be ignored). If not already seen, register it so we can recognize future duplicates.
60
/// Returns `true` if we have seen the file and should ignore it, `false` if we have not seen it
61
/// and should process it.
62
- pub fn check_and_record_seen(&mut self, key: FileActionKey) -> bool {
+ fn check_and_record_seen(&mut self, key: FileActionKey) -> bool {
63
// Note: each (add.path + add.dv_unique_id()) pair has a
64
// unique Add + Remove pair in the log. For example:
65
// https://github.com/delta-io/delta/blob/master/spark/src/test/resources/delta/table-with-dv-large/_delta_log/00000000000000000001.json
0 commit comments