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_r396046725
##########
File path: hudi-spark/src/main/java/org/apache/hudi/DataSourceUtils.java
##########
@@ -227,7 +234,7 @@ public static HoodieRecord
createHoodieRecord(GenericRecord gr, Comparable order
.filter(r -> !((HoodieRecord<HoodieRecordPayload>)
r).isCurrentLocationKnown());
} catch (TableNotFoundException e) {
// this will be executed when there is no hoodie table yet
- // so no dups to drop
+ // so no dupes to drop
Review comment:
got it
----------------------------------------------------------------
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