Build: Bump datafusion from 44.0.0 to 45.2.0 (#1714)

Bumps [datafusion](https://github.com/apache/datafusion-python) from
44.0.0 to 45.2.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/datafusion-python/commit/639e2abc9ce1e7753f9779c7496da799a32c54a5"><code>639e2ab</code></a>
Update cargo lock</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/8b30f2e7891fae4b825331c0af66d8cd10f09283"><code>8b30f2e</code></a>
Bump minor version due to pypi requirement</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/3e8d8043c8bf70805f3ea3633129dc0c1b975d5b"><code>3e8d804</code></a>
Correct import for python 3.13 and above</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/78e4d9140826b8bbd86912f7a26835da4d8ec0e0"><code>78e4d91</code></a>
Revert &quot;Limit pyarrow version per issue # 1023&quot;</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/03d83c2e62ba5253d156b9886bcf46276c729c53"><code>03d83c2</code></a>
There was no guarantee that the record batches would be returned in a
single ...</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/f0cb5e1b11b30b914d4ccc47a3a8bb10e8d0d995"><code>f0cb5e1</code></a>
Bumping the version number to support new release candidate</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/b48d5872661017ec21ea71f7dbb9569f2f0bf797"><code>b48d587</code></a>
Limit pyarrow version per issue # 1023</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/b3f498f233771625bcc7793c526958b5f592698a"><code>b3f498f</code></a>
Add deprecated marker from either typing or typing_extensions based on
the py...</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/8082ac61124a2eb0800f9df48e709503a5194b3e"><code>8082ac6</code></a>
Add changelog 45.0.0</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/e0531f3fea8268ff0606397daabcd52b406c5845"><code>e0531f3</code></a>
Bump version number to prepare for release</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/datafusion-python/compare/44.0.0...45.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=datafusion&package-manager=pip&previous-version=44.0.0&new-version=45.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files changed
tree: 526c27aef8c76e70efc0268c222bf7e683327c80
  1. .github/
  2. dev/
  3. mkdocs/
  4. pyiceberg/
  5. tests/
  6. vendor/
  7. .asf.yaml
  8. .codespellrc
  9. .gitignore
  10. .markdownlint.yaml
  11. .pre-commit-config.yaml
  12. build-module.py
  13. LICENSE
  14. Makefile
  15. MANIFEST.in
  16. NOTICE
  17. poetry.lock
  18. pyproject.toml
  19. README.md
  20. ruff.toml
README.md

Iceberg Python

PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.

The documentation is available at https://py.iceberg.apache.org/.

Get in Touch