Skip to content

Commit

Permalink
Core: Fix FileAppenderFactory API javadoc (apache#4526)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjunjiedada authored Apr 8, 2022
1 parent f7f392b commit a36d442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public interface FileAppenderFactory<T> {
* @param outputFile an OutputFile used to create an output stream.
* @param format a file format
* @param partition a tuple of partition values
* @return a newly created {@link EqualityDeleteWriter} for position deletes
* @return a newly created {@link PositionDeleteWriter} for position deletes
*/
PositionDeleteWriter<T> newPosDeleteWriter(EncryptedOutputFile outputFile, FileFormat format, StructLike partition);
}

0 comments on commit a36d442

Please sign in to comment.