vinothchandar commented on a change in pull request #1073: [WIP] [HUDI-377] 
Adding Delete() support to DeltaStreamer
URL: https://github.com/apache/incubator-hudi/pull/1073#discussion_r353187976
 
 

 ##########
 File path: hudi-spark/src/main/java/org/apache/hudi/BaseAvroPayload.java
 ##########
 @@ -30,6 +30,8 @@
  */
 public abstract class BaseAvroPayload implements Serializable {
 
+  protected final GenericRecord genericRecord;
 
 Review comment:
   this is problematic.. Shuffling avro has its own issues.. that's why we only 
shuffle bytes and deserialize lazily.. Lets keep it that way and remove the 
member variable

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