bvaradar commented on a change in pull request #991: Hudi Test Suite (Refactor)
URL: https://github.com/apache/incubator-hudi/pull/991#discussion_r344032847
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/keygen/TimestampBasedKeyGenerator.java
##########
@@ -98,7 +98,7 @@ public HoodieKey getKey(GenericRecord record) {
"Unexpected type for partition field: " +
partitionVal.getClass().getName());
}
- return new HoodieKey(DataSourceUtils.getNestedFieldValAsString(record,
recordKeyField),
+ return new HoodieKey(DataSourceUtils.getNestedFieldValAsString(record,
recordKeyFields.get(0)),
Review comment:
Same here
----------------------------------------------------------------
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