n3nash commented on a change in pull request #612: Fixing source schema and 
writer schema distinction in payloads
URL: https://github.com/apache/incubator-hudi/pull/612#discussion_r269236754
 
 

 ##########
 File path: hoodie-client/src/main/java/com/uber/hoodie/io/HoodieIOHandle.java
 ##########
 @@ -142,7 +145,16 @@ public void write(HoodieRecord record, 
Optional<IndexedRecord> avroRecord, Optio
     }
   }
 
+  /**
+   * Rewrite the GenericRecord with the Schema containing the Hoodie Metadata 
fields
+   * @param record
+   * @return
+   */
+  protected GenericRecord rewriteRecord(GenericRecord record) {
 
 Review comment:
   We need to use the method in the Handles extending this one.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to