Skip to content

Commit d704401

Browse files
committed
docs: Note pyiceberg only works with datafusion < 49
1 parent 7c6792e commit d704401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkdocs/docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ PyIceberg integrates with [Apache DataFusion](https://datafusion.apache.org/) th
19391939

19401940
The integration has a few caveats:
19411941

1942-
- Only works with `datafusion >= 45`
1942+
- Only works with `datafusion >= 45, < 49`
19431943
- Depends directly on `iceberg-rust` instead of PyIceberg's implementation
19441944
- Has limited features compared to the full PyIceberg API
19451945

0 commit comments

Comments
 (0)