diff --git a/hudi-common/src/test/java/org/apache/hudi/common/functional/TestHoodieLogFormat.java b/hudi-common/src/test/java/org/apache/hudi/common/functional/TestHoodieLogFormat.java index 19552ed5a93a9..6d084f8e17869 100755 --- a/hudi-common/src/test/java/org/apache/hudi/common/functional/TestHoodieLogFormat.java +++ b/hudi-common/src/test/java/org/apache/hudi/common/functional/TestHoodieLogFormat.java @@ -711,7 +711,7 @@ public void testAppendAndReadOnCorruptedLog() throws IOException, URISyntaxExcep writer.appendBlock(dataBlock); writer.close(); - // Append some arbit byte[] to thee end of the log (mimics a partially written commit) + // Append some arbit byte[] to the end of the log (mimics a partially written commit) fs = FSUtils.getFs(fs.getUri().toString(), fs.getConf()); FSDataOutputStream outputStream = fs.append(writer.getLogFile().getPath()); // create a block with @@ -1013,7 +1013,7 @@ public void testAvroLogRecordReaderWithFailedPartialBlock(ExternalSpillableMap.D // Write 2 header.put(HoodieLogBlock.HeaderMetadataType.INSTANT_TIME, "101"); - // Append some arbit byte[] to thee end of the log (mimics a partially written commit) + // Append some arbit byte[] to the end of the log (mimics a partially written commit) fs = FSUtils.getFs(fs.getUri().toString(), fs.getConf()); FSDataOutputStream outputStream = fs.append(writer.getLogFile().getPath()); // create a block with @@ -1898,7 +1898,7 @@ public void testAppendAndReadOnCorruptedLogInReverse(boolean readBlocksLazily) FileCreateUtils.createDeltaCommit(basePath, "100", fs); - // Append some arbit byte[] to thee end of the log (mimics a partially written commit) + // Append some arbit byte[] to the end of the log (mimics a partially written commit) fs = FSUtils.getFs(fs.getUri().toString(), fs.getConf()); FSDataOutputStream outputStream = fs.append(writer.getLogFile().getPath()); // create a block with