You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/01 11:02:46 UTC

[GitHub] [iceberg] vshinde-medacist commented on issue #4542: Schema Evolution exception: too many data columns

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-unsubscribe@iceberg.apache.org

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


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