RussellSpitzer commented on code in PR #8528:
URL: https://github.com/apache/iceberg/pull/8528#discussion_r1319920277
##########
docs/spark-writes.md:
##########
@@ -313,6 +313,22 @@ data.writeTo("prod.db.table")
.createOrReplace()
```
+### Schema Merge
+
+Iceberg support dynamic `schemaMerge` at writing time. The table must be
configured to accept any schema.
Review Comment:
We should probably explain what this means without reusing the same name
--
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]