vshinde-medacist commented on issue #4542:
URL: https://github.com/apache/iceberg/issues/4542#issuecomment-1298357337

   > how to resolve it ? i meet the same problem
   
   Need to alter table to add new column as mentioned here: 
https://iceberg.apache.org/docs/latest/spark-ddl/#alter-table--add-column
   
   Delta has inbuilt support for schema evolution with this option 
`df.write.format("delta").option("mergeSchema", "true").mode("append")`
   
   So we are using Delta now.


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

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