Skip to content

Commit e500a10

Browse files
committed
remove pub
1 parent 435302e commit e500a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/src/scan/log_replay.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl AddRemoveDedupVisitor<'_> {
5959
/// should be ignored). If not already seen, register it so we can recognize future duplicates.
6060
/// Returns `true` if we have seen the file and should ignore it, `false` if we have not seen it
6161
/// and should process it.
62-
pub fn check_and_record_seen(&mut self, key: FileActionKey) -> bool {
62+
fn check_and_record_seen(&mut self, key: FileActionKey) -> bool {
6363
// Note: each (add.path + add.dv_unique_id()) pair has a
6464
// unique Add + Remove pair in the log. For example:
6565
// https://github.com/delta-io/delta/blob/master/spark/src/test/resources/delta/table-with-dv-large/_delta_log/00000000000000000001.json

0 commit comments

Comments
 (0)