xiarixiaoyao commented on pull request #3865: URL: https://github.com/apache/hudi/pull/3865#issuecomment-977581730
@nsivabalan i think i have found that why the UT failed。 pls add those code: **writeStat.setFileSizeInBytes(new File(new Path(basePath.toString(), filePath).toString()).length());** in the third line in TestHoodieRealtimeRecordReader.createHoodieWriteStat. we need setFileSizeInBytes for commitFile. when i add those code, everythings is ok. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
