wzx140 commented on code in PR #5629:
URL: https://github.com/apache/hudi/pull/5629#discussion_r924553356
##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/AbstractHoodieLogRecordReader.java:
##########
@@ -91,13 +87,13 @@ public abstract class AbstractHoodieLogRecordReader {
// Latest valid instant time
// Log-Blocks belonging to inflight delta-instants are filtered-out using
this high-watermark.
private final String latestInstantTime;
- private final HoodieTableMetaClient hoodieTableMetaClient;
+ protected final HoodieTableMetaClient hoodieTableMetaClient;
// Merge strategy to use when combining records from log
private final String payloadClassFQN;
// preCombine field
private final String preCombineField;
// Stateless component for merging records
- private final String mergeClassFQN;
+ private final String mergeClass;
Review Comment:
fixed
--
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]