This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 15cbfa5b Add missing period at end of sentence (#270)
15cbfa5b is described below
commit 15cbfa5b5d58999b0e7440f998524f0087a7d6c2
Author: Lorenz Walthert <[email protected]>
AuthorDate: Thu Dec 7 13:17:50 2023 +0100
Add missing period at end of sentence (#270)
---
docs/content/spark-ddl.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/spark-ddl.md b/docs/content/spark-ddl.md
index 77684b97..c68fea8d 100644
--- a/docs/content/spark-ddl.md
+++ b/docs/content/spark-ddl.md
@@ -364,7 +364,7 @@ To migrate from daily to hourly partitioning with
transforms, it is not necessar
{{< /hint >}}
{{< hint danger >}}
-**Dynamic partition overwrite behavior will change** when partitioning changes
+**Dynamic partition overwrite behavior will change** when partitioning changes.
For example, if you partition by days and move to partitioning by hours,
overwrites will overwrite hourly partitions but not days anymore.
{{< /hint >}}