yihua commented on code in PR #18896:
URL: https://github.com/apache/hudi/pull/18896#discussion_r3358759406


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/HiveIncrPullSource.java:
##########
@@ -133,7 +133,7 @@ protected InputBatch<JavaRDD<GenericRecord>> 
readFromCheckpoint(Option<Checkpoin
           AvroKey.class, NullWritable.class, 
sparkContext.hadoopConfiguration());
       sparkContext.setJobGroup(this.getClass().getSimpleName(), "Fetch new 
data");
       return new InputBatch<>(Option.of(avroRDD.keys().map(r -> 
((GenericRecord) r.datum()))),
-          String.valueOf(commitToPull.get()));
+          createCheckpoint(writeTableVersion, 
String.valueOf(commitToPull.get())));

Review Comment:
   Not changing this as this is existing code.



-- 
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]

Reply via email to