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

   ### Feature Request / Improvement
   
   spark 3.1 iceberg 1.2.1
   i always met the below error :
   > org.apache.iceberg.exceptions.ValidationException: Manifest is missing: 
oss://xgimi-data/apps/spark/warehouse/xx.db/xxx/metadata/xx-m2.avro at 
org.apache.iceberg.BaseRewriteManifests.lambda$validateDeletedManifests$7(BaseRewriteManifests.java:261)
 at java.util.Optional.ifPresent(Optional.java:159) at 
   
   i think this is concurrent commit, since i have a flink job and a spark job, 
and i set commit.manifest-merge.enabled=true, so can i rewrite manifest based 
on filter such as partition, since flink job always new partition, and i can 
rewrite manifest with old partition in order to decrease concurrent conflicts.
   
   ### Query engine
   
   Spark


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to