bvaradar commented on issue #2237:
URL: https://github.com/apache/hudi/issues/2237#issuecomment-726711950


   @zuyanton :  The exception seems to be that OverwriteWithLatestPayload has a 
reference to a lambda function but the one pointed in HoodieSparkSQLWriter (in 
your link) would have resulted in an actual field. right ? 
   
   The only place I saw a lambda function was being used was used to be in 
https://github.com/apache/hudi/blob/release-0.6.0/hudi-common/src/main/java/org/apache/hudi/common/model/OverwriteWithLatestAvroPayload.java#L47
 (0.6.0) which got changed in master. 
   
   


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


Reply via email to