jfNasciment0 commented on issue #14755:
URL: https://github.com/apache/iceberg/issues/14755#issuecomment-3878863198

   I have the same issue, but in my case, I'm using the  REST API to manage all 
the DDL operations in the table. 
   
   Here’s the use case: the user changed the partition transformation from 
"hour" to "day." However, the REST API does not support replacing partitions. 
Now, when the Spark job attempts to insert data into the table, it raises the 
following exception:
   An error occurred while calling o99.sql. 
org.apache.iceberg.exceptions.ValidationException: Conflicting partition 
fields: ['1000: processing_date: hour(34)', '1000: processing_date: day(34)'] .
   
   This ReplacePartitoonField that @manuzhang mentioned is only for spark api, 
do you know if the rest api supports it as well?
   


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