lokesh-lingarajan-0310 commented on code in PR #9433:
URL: https://github.com/apache/hudi/pull/9433#discussion_r1291842978


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/helpers/IncrSourceHelper.java:
##########
@@ -219,7 +218,7 @@ public static Pair<CloudObjectIncrCheckpoint, Dataset<Row>> 
filterAndGenerateChe
     }
     LOG.info("Processed batch size: " + 
row.get(row.fieldIndex(CUMULATIVE_COLUMN_NAME)) + " bytes");
     sourceData.unpersist();
-    return Pair.of(new CloudObjectIncrCheckpoint(row.getString(0), 
row.getString(1)), collectedRows);
+    return Pair.of(new CloudObjectIncrCheckpoint(row.getString(0), 
row.getString(1)), Option.of(collectedRows));

Review Comment:
   https://issues.apache.org/jira/browse/HUDI-6687
   



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