manojpec commented on a change in pull request #3968:
URL: https://github.com/apache/hudi/pull/3968#discussion_r749729855
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/table/log/AbstractHoodieLogRecordReader.java
##########
@@ -120,28 +120,32 @@
private int totalScannedLogFiles;
// Progress
private float progress = 0.0f;
+ // Partition name
+ private Option<String> partitionName;
+ // Virtual keys
+ private boolean virtualKeysEnabled = false;
Review comment:
sure, retaining the old name `populateMetaFields`
--
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]