satishkotha edited a comment on issue #2589:
URL: https://github.com/apache/hudi/issues/2589#issuecomment-783834813
From the error message:
> missing required field description
at
org.apache.avro.io.ResolvingDecoder.doAction(ResolvingDecoder.java:292)
at org.apache.avro.io.parsing.Parser.advance(Parser.java:88)
Looks like this new field is expected as required field by avro library. Can
you double check schema after transformation?
>21/02/22 08:28:13 WARN ExceptionMapper: Uncaught exception
java.lang.IllegalArgumentException: Last known instant from client was
20210222075752 but server has the following timeline
The error after that looks to be a bug because of initial failure and use of
EmbeddedTimelineServer. I will need some more time to investigate that. But
you work around by disable embedded timeline server by setting
'hoodie.embed.timeline.server': 'false'
----------------------------------------------------------------
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]