[
https://issues.apache.org/jira/browse/HUDI-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17377173#comment-17377173
]
ASF GitHub Bot commented on HUDI-1969:
--------------------------------------
danny0405 commented on a change in pull request #3033:
URL: https://github.com/apache/hudi/pull/3033#discussion_r665942194
##########
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:
I added 20 more records because the first 100 log records was expected
to merge with the initial 100 parquet records, so after merge, we should read
out 120 records actually.
--
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]
> Support reading logs for MOR Hive rt table
> ------------------------------------------
>
> Key: HUDI-1969
> URL: https://issues.apache.org/jira/browse/HUDI-1969
> Project: Apache Hudi
> Issue Type: Improvement
> Components: Hive Integration
> Reporter: Danny Chen
> Priority: Major
> Labels: pull-request-available
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)