This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch chaokunyang-patch-2 in repository https://gitbox.apache.org/repos/asf/fory.git
commit 06f712b41a7ba5a8f314a7b44c76c5d29aa930ea Author: Shawn Yang <[email protected]> AuthorDate: Tue Sep 30 15:57:57 2025 +0800 docs(python): Update Schema Evolution support in README --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 94179ac32..897bf7134 100644 --- a/python/README.md +++ b/python/README.md @@ -555,7 +555,7 @@ fory.register(MyClass, typename="my.package.MyClass", serializer=custom_serializ | **Functions/Lambdas** | ✓ Supported | ✗ Not allowed | | **Local Classes** | ✓ Supported | ✗ Not allowed | | **Dynamic Classes** | ✓ Supported | ✗ Not allowed | -| **Schema Evolution** | ✗ Not supported | ✓ Supported (with `compatible=True`) | +| **Schema Evolution** | ✓ Supported (with `compatible=True`)| ✓ Supported (with `compatible=True`) | | **Performance** | Extremely fast | Very fast | | **Data Size** | Compact | Compact with type metadata | --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
