danny0405 commented on code in PR #5627:
URL: https://github.com/apache/hudi/pull/5627#discussion_r914359578
##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/AbstractHoodieLogRecordReader.java:
##########
@@ -160,6 +162,7 @@ protected AbstractHoodieLogRecordReader(FileSystem fs,
String basePath, List<Str
HoodieTableConfig tableConfig =
this.hoodieTableMetaClient.getTableConfig();
this.payloadClassFQN = tableConfig.getPayloadClass();
this.preCombineField = tableConfig.getPreCombineField();
+ this.mergeClassFQN = tableConfig.getMergeClass();
this.totalLogFiles.addAndGet(logFilePaths.size());
Review Comment:
What does `FQN` mean ? Please do not introduce meaningless abbreviation.
--
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]