Skip to content

Commit 0611926

Browse files
committed
docs: Note pyiceberg only works with datafusion < 49
[Datafusion >= 49 is not backward compatible](apache/iceberg-rust#1647 (comment))
1 parent 7c6792e commit 0611926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

mkdocs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can mix and match optional dependencies depending on your needs:
6262
| gcsfs | GCSFS as a FileIO implementation to interact with the object store |
6363
| rest-sigv4 | Support for generating AWS SIGv4 authentication headers for REST Catalogs |
6464
| pyiceberg-core | Installs iceberg-rust powered core |
65-
| datafusion | Installs both PyArrow and Apache DataFusion |
65+
| datafusion | Installs both PyArrow and Apache DataFusion |
6666

6767
You either need to install `s3fs`, `adlfs`, `gcsfs`, or `pyarrow` to be able to fetch files from an object store.
6868

0 commit comments

Comments
 (0)