beam icon indicating copy to clipboard operation
beam copied to clipboard

[Managed Iceberg] Allow updating partition specs at runtime

Open ahmedabu98 opened this issue 4 months ago • 2 comments

Users may update the table's spec while a write pipeline is running (e.g. streaming). Sometimes, this update can happen after serializing DataFiles. The partition spec is not serializable so we don't preserve it, but we do keep its ID. We can use this information to fetch the correct partition spec and recreate the DataFile before appending to the table.

Fixes #32862

ahmedabu98 avatar Oct 18 '24 23:10 ahmedabu98