madeirak opened a new issue, #10487:
URL: https://github.com/apache/iceberg/issues/10487

   ### Apache Iceberg version
   
   1.4.3
   
   ### Query engine
   
   Spark
   
   ### Please describe the bug šŸž
   
   1. column d is also a partition field
   
![image](https://github.com/apache/iceberg/assets/23215922/7e5a40b5-4ade-4abf-b608-01c65e97683c)
   2. delete column d
   ALTER TABLE test_p DROP partition field d;
   ALTER TABLE test_p DROP COLUMN d;
   
![image](https://github.com/apache/iceberg/assets/23215922/14addf64-1503-48a2-9a50-40e593bd2799)
   
   3. add column d;
   
![image](https://github.com/apache/iceberg/assets/23215922/9eb83ccb-d748-4260-8316-bcb0aa9808ee)
   
   
   why i got this exception, and what should i do ??
   


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