Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class LocalFileStatus implements FileStatus {
/** The file this file status belongs to. */
private final File file;

/** The path of this file this file status belongs to. */
/** The path of this file status belongs to. */
private final FsPath path;

/** Cached length field, to avoid repeated native/syscalls. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class PaimonStoreMultiCommitter

private final LakeTableSnapshotCommitter lakeTableSnapshotCommitter;

// the commited buckets, used to help not to commit
// the committed buckets, used to help not to commit
// start log offset in every commit to Fluss
private final Set<TableBucket> committedBuckets;

Expand Down