manojpec commented on a change in pull request #3968:
URL: https://github.com/apache/hudi/pull/3968#discussion_r752946965
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/log/AbstractHoodieLogRecordReader.java
##########
@@ -120,28 +121,32 @@
private int totalScannedLogFiles;
// Progress
private float progress = 0.0f;
+ // Partition name
+ private Option<String> partitionName;
+ // Populate meta fields for the records
+ private boolean populateMetaFieldsEnabled = true;
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]