nsivabalan commented on a change in pull request #1409:
URL: https://github.com/apache/incubator-hudi/pull/1409#discussion_r425540622
##########
File path: hudi-spark/src/main/java/org/apache/hudi/DataSourceUtils.java
##########
@@ -241,6 +241,13 @@ public static HoodieRecord
createHoodieRecord(GenericRecord gr, Comparable order
return new HoodieRecord<>(hKey, payload);
}
+ /**
+ * Drop duplicate records from incoming records.
Review comment:
actually, my bad. we should word it differently. "Drop records already
present in the dataset". Drop duplicates might give a wrong notion.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]