ssdong commented on pull request #2784:
URL: https://github.com/apache/hudi/pull/2784#issuecomment-818047358
hmm, that's strange. I wonder why it would break the CI..
Taking out `new byte[0]` from `createMetaFile` should have 0 impact. It's
supposed to create empty files anyway..
The error msg says:
```
Caused by: java.io.IOException: Not an Avro data file
at
org.apache.avro.file.DataFileReader.openReader(DataFileReader.java:50)
at
org.apache.hudi.common.table.timeline.TimelineMetadataUtils.deserializeAvroMetadata(TimelineMetadataUtils.java:178)
at
org.apache.hudi.common.util.CleanerUtils.getCleanerPlan(CleanerUtils.java:106)
at
org.apache.hudi.table.action.clean.BaseCleanActionExecutor.runPendingClean(BaseCleanActionExecutor.java:84)
```
Will take a look..
--
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]