lshrinivas commented on issue #14678:
URL: https://github.com/apache/iceberg/issues/14678#issuecomment-4025446246

   > I found out what I needed to do. When I create my table, I need to (first) 
define the table as not being partitioned (to be at index 0 in it's 
definition). Then I replace the table with the partitionSpec added. This allows 
the PartitionSpec.unpartitioned() value (whose SpecId == 0) to be in the 
table's list of PartitionSpecs... which then everything falls along into place.
   
   Is this behavior expected? It seems unintuitive that writing a delete file 
with `unpartitioned()` behaves differently depending on the table's partition 
spec history. 


-- 
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