alexeykudinkin commented on code in PR #5470:
URL: https://github.com/apache/hudi/pull/5470#discussion_r922484376


##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/keygen/NonpartitionedKeyGenerator.java:
##########
@@ -51,6 +61,24 @@ public String getRecordKey(GenericRecord record) {
     return nonpartitionedAvroKeyGenerator.getRecordKey(record);
   }
 
+  @Override
+  public String getRecordKey(Row row) {

Review Comment:
   This is addressed in #5523



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