You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/10/17 10:12:11 UTC

[GitHub] [iceberg] zhushanwei commented on issue #5404: Cannot commit, found new delete for replaced data file

zhushanwei commented on issue #5404:
URL: https://github.com/apache/iceberg/issues/5404#issuecomment-1280619109

   > Is this problem solved? i met the same error
   
   create table:
   'write.distribution-mode'='hash',
   'commit.manifest.min-count-to-merge'='2',
   'format-version'='2',
   'write.upsert.enable'='true',
   'write.metadata.metrics.default'='full',
   'write.metadata.delete-after-commit.enabled'='true',
   'write.metadata.previous-versions-max'='1'
   
   
   writer data:
   FlinkSink.forRowData(input)
   		.writeParallelism(parallelism)
   		.tableLoader(tableLoader)
           .overwrite(false)
           .append();
   
   
   I used these configurations,The result is normal


-- 
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-unsubscribe@iceberg.apache.org

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


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