iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Remove field id constraint on add files

Open jeroko opened this issue 2 months ago • 0 comments

Rationale for this change

Closes #2131

The PR relaxes the constraint that prevented adding any file with field IDs, and replaces it with a constraint that prevents adding files which contain field IDs that are inconsistent with the field IDs of the table. If the field IDs are compatible, then they can be added safely, if not, they will be rejected.

Are these changes tested?

Yes

Are there any user-facing changes?

Yes

jeroko avatar Oct 27 '25 09:10 jeroko