Skip to content

Commit

Permalink
[HUDI-5124] Fix HoodieInternalRowFileWriter#canWrite error return tag. (
Browse files Browse the repository at this point in the history
#7107)

Co-authored-by: slfan1989 <louj1988@@>
  • Loading branch information
slfan1989 and slfan1989 committed Nov 2, 2022
1 parent d5ef8a3 commit 8ce9f9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public interface HoodieInternalRowFileWriter {

/**
* @returns {@code true} if this RowFileWriter can take in more writes. else {@code false}.
* @return {@code true} if this RowFileWriter can take in more writes. else {@code false}.
*/
boolean canWrite();

Expand Down

0 comments on commit 8ce9f9c

Please sign in to comment.