kevinjqliu opened a new issue, #1120:
URL: https://github.com/apache/iceberg-python/issues/1120

   ### Apache Iceberg version
   
   main (development)
   
   ### Please describe the bug 🐞
   
   Expectation:
   The table is partitioned by the `timestamp ` field. 
   After evolving the partition spec by adding the `category` field, 
`table.inspect.partitions()` should still use the table's old partition spec.
   Additionally, after adding data using the new partition spec, I should 
expect to see both old and new partition specs. 
   
   Notebook to repro 
https://gist.github.com/kevinjqliu/e3f454d829d8711ecf9909e11a20add6
   
   


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to