Skip to content

Commit 6a626c1

Browse files
authored
docs: Note pyiceberg only works with datafusion < 49 (#2602)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change [Datafusion >= 49 is not backward compatible](apache/iceberg-rust#1647 (comment)) and [Datafusion API](https://py.iceberg.apache.org/api/#apache-datafusion) fails with `bus error`. This also fixes trailing whitespace in index.md. ## Are these changes tested? Doc changes. ## Are there any user-facing changes? No. <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 7c6792e commit 6a626c1

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)