satishkotha commented on issue #2589: URL: https://github.com/apache/hudi/issues/2589#issuecomment-788510213
> Caused by: org.apache.avro.AvroTypeException: Found hoodie.source.hoodie_source, expecting hoodie.source.hoodie_source, missing required field test >optional binary test (UTF8); From the logs, this seems like a bug in hoodie when reading log files (during compaction). Can you try using COPY_ON_WRITE table (see [config](https://hudi.apache.org/docs/configurations.html#TABLE_TYPE_OPT_KEY) here to change table type) just to validate the theory above. @bvaradar @nsivabalan @n3nash Have you seen similar issue for MOR tables before? I dont have experience with MOR tables and this error seems specific to compaction. If you have seen these schema errors when reading log files, let me know ---------------------------------------------------------------- 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]
