wangxianghu commented on a change in pull request #1409: [HUDI-714]Add javadoc
and comments to hudi write method link
URL: https://github.com/apache/incubator-hudi/pull/1409#discussion_r396046995
##########
File path: hudi-spark/src/main/java/org/apache/hudi/DataSourceUtils.java
##########
@@ -218,6 +218,13 @@ public static HoodieRecord
createHoodieRecord(GenericRecord gr, Comparable order
return new HoodieRecord<>(hKey, payload);
}
+ /**
+ * Drop duplicate records, whose location (file group/file id) mapped by
index exists.
Review comment:
@nsivabalan Done, PTAL
----------------------------------------------------------------
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]
With regards,
Apache Git Services