Skip to content

Commit

Permalink
[fix]fix typo in project (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
psxjoy authored Dec 12, 2024
1 parent 27aad8a commit 6975bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 6975bcb

Please sign in to comment.