Ivan-Hdez-Perez opened a new issue, #2636:
URL: https://github.com/apache/iceberg-python/issues/2636

   ### Apache Iceberg version
   
   0.10.0 (latest release)
   
   ### Please describe the bug 🐞
   
   When calling *dynamic_partition_overwrite* on a table that is partitioned 
but currently empty (e.g., just created), PyIceberg raises:
   ```
   ValueError: Cannot apply dynamic overwrite on an unpartitioned table.
   ```
   even though the table has a PartitionSpec defined.
   
   #### Expected result
   Dynamic overwrite should succeed when the table is partitioned, regardless 
of whether it currently contains data. Just as normal *overwrite*, which works 
with empty tables as an *append*.
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to