nsivabalan commented on a change in pull request #3315:
URL: https://github.com/apache/hudi/pull/3315#discussion_r677990702
##########
File path:
hudi-hadoop-mr/src/main/java/org/apache/hudi/hadoop/realtime/HoodieRealtimeFileSplit.java
##########
@@ -30,22 +32,29 @@
*/
public class HoodieRealtimeFileSplit extends FileSplit implements
RealtimeSplit {
+ private static final Logger LOG =
LogManager.getLogger(HoodieRealtimeFileSplit.class);
+
private List<String> deltaLogPaths;
private String maxCommitTime;
private String basePath;
+ private HoodieVirtualKeyInfo virtualKeyInfoOpt = null;
Review comment:
I initially had this as Option< HoodieVirtualKeyInfo>, but was not sure
if Option is causing any issues and hence removed and tried.
--
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]