From d704401de20dcd362dec4845de14add173a3fb63 Mon Sep 17 00:00:00 2001 From: manuzhang Date: Sat, 11 Oct 2025 23:19:51 +0800 Subject: [PATCH] docs: Note pyiceberg only works with datafusion `< 49` --- mkdocs/docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/api.md b/mkdocs/docs/api.md index fa22497e15..c36c24bc3e 100644 --- a/mkdocs/docs/api.md +++ b/mkdocs/docs/api.md @@ -1939,7 +1939,7 @@ PyIceberg integrates with [Apache DataFusion](https://datafusion.apache.org/) th The integration has a few caveats: - - Only works with `datafusion >= 45` + - Only works with `datafusion >= 45, < 49` - Depends directly on `iceberg-rust` instead of PyIceberg's implementation - Has limited features compared to the full PyIceberg API