Skip to main content

Community

Destination Improvement: Merge option for new data files in AWS S3

Answered

Please sign in to leave a comment.

Comments

1 comment

  • Official comment

    hi Mike,

    Iceberg treats data files as immutable. This means once a file is written, it’s never changed. Instead of modifying files, Iceberg writes new files to represent the updated state.

     

    Best regards