vinothchandar commented on a change in pull request #3033:
URL: https://github.com/apache/hudi/pull/3033#discussion_r665925189
##########
File path:
hudi-hadoop-mr/src/test/java/org/apache/hudi/hadoop/realtime/TestHoodieRealtimeRecordReader.java
##########
@@ -155,7 +155,7 @@ public void testReader(boolean partitioned) throws
Exception {
} else {
writer =
InputFormatTestUtil.writeDataBlockToLogFile(partitionDir, fs,
schema, "fileid0", baseInstant,
- instantTime, 100, 0, logVersion);
+ instantTime, 120, 0, logVersion);
Review comment:
can you explain why this was needed? This test was already adding
inserts into logs? and now with this change we can actually read this.?
--
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]