This is an automated email from the ASF dual-hosted git repository.
honahx pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 5537cb43 modify doc(backward compatibility) typo (#757)
5537cb43 is described below
commit 5537cb4394b580b0f8eb78c3c7c549fb863b0e99
Author: SeungyeopShin <[email protected]>
AuthorDate: Thu May 23 14:20:42 2024 +0900
modify doc(backward compatibility) typo (#757)
---
mkdocs/docs/configuration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkdocs/docs/configuration.md b/mkdocs/docs/configuration.md
index 1ca071f0..c0879b1d 100644
--- a/mkdocs/docs/configuration.md
+++ b/mkdocs/docs/configuration.md
@@ -298,4 +298,4 @@ PyIceberg uses multiple threads to parallelize operations.
The number of workers
# Backward Compatibility
-Previous versions of Java (`<1.4.0`) implementations incorrectly assume the
optional attribute `current-snapshot-id` to be a required attribute in
TableMetadata. This means that if `current-snapshot-id` is missing in the
metadata file (e.g. on table creation), the application will throw an exception
without being able to load the table. This assumption has been corrected in
more recent Iceberg versions. However, it is possible to force PyIceberg to
create a table with a metadata file tha [...]
+Previous versions of Java (`<1.4.0`) implementations incorrectly assume the
optional attribute `current-snapshot-id` to be a required attribute in
TableMetadata. This means that if `current-snapshot-id` is missing in the
metadata file (e.g. on table creation), the application will throw an exception
without being able to load the table. This assumption has been corrected in
more recent Iceberg versions. However, it is possible to force PyIceberg to
create a table with a metadata file tha [...]