shiwl opened a new issue, #7919:
URL: https://github.com/apache/iceberg/issues/7919

   ### Apache Iceberg version
   
   0.13.0
   
   ### Query engine
   
   Flink
   
   ### Please describe the bug 🐞
   
   When there is data written to the iceberg table, merging small files will 
result in an error :
   org.apache.iceberg.exceptions.ValidationException: Metadata file for version 
37907 is missing
        at 
org.apache.iceberg.hadoop.HadoopTableOperations.refresh(HadoopTableOperations.java:106)
        at 
org.apache.iceberg.SnapshotProducer.refresh(SnapshotProducer.java:265)
        at org.apache.iceberg.SnapshotProducer.apply(SnapshotProducer.java:156)
        at 
org.apache.iceberg.SnapshotProducer.lambda$commit$2(SnapshotProducer.java:283)
        at 
org.apache.iceberg.util.Tasks$Builder.runTaskWithRetry(Tasks.java:405)
        at 
org.apache.iceberg.util.Tasks$Builder.runSingleThreaded(Tasks.java:214)
        at org.apache.iceberg.util.Tasks$Builder.run(Tasks.java:198)
        at org.apache.iceberg.util.Tasks$Builder.run(Tasks.java:190)
        at org.apache.iceberg.SnapshotProducer.commit(SnapshotProducer.java:282)
        at 
org.apache.iceberg.actions.BaseSnapshotUpdateAction.commit(BaseSnapshotUpdateAction.java:41)
        at 
org.apache.iceberg.actions.BaseRewriteDataFilesAction.replaceDataFiles(BaseRewriteDataFilesAction.java:277)
        at 
org.apache.iceberg.actions.BaseRewriteDataFilesAction.execute(BaseRewriteDataFilesAction.java:250)
        at CombineTableFilesLocal.main(CombineTableFilesLocal.java:59)


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to