Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2025

Bumps datafusion from 47.0.0 to 48.0.0.

Commits
  • f10d3b8 Prepare for 48 release
  • 2e1b713 refactor: style loading logic in DataFrameHtmlFormatter (#1177)
  • 98f4773 feat: add FFI support for user defined functions (#1145)
  • 9362f53 feat: python based catalog and schema provider (#1156)
  • 9545634 feat: collect once during display() in jupyter notebooks (#1167)
  • 03921d9 feat: dataframe string formatter (#1170)
  • ef62fa8 Add compression_level support to ParquetWriterOptions and enhance write_parqu...
  • 0d3c37f Consolidate DataFrame Docs: Merge HTML Rendering Section as Subpage (#1161)
  • 1812a0d Fix signature of __arrow_c_stream__ (#1168)
  • 98dc06b feat: Support Parquet writer options (#1123)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 15, 2025
Bumps [datafusion](https://github.com/apache/datafusion-python) from 47.0.0 to 48.0.0.
- [Changelog](https://github.com/apache/datafusion-python/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-python@47.0.0...48.0.0)

---
updated-dependencies:
- dependency-name: datafusion
  dependency-version: 48.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/datafusion-48.0.0 branch from 9cf81c4 to 6aea953 Compare July 15, 2025 03:17
@kevinjqliu kevinjqliu merged commit 86bf71c into main Jul 15, 2025
10 checks passed
@kevinjqliu kevinjqliu deleted the dependabot/pip/datafusion-48.0.0 branch July 15, 2025 03:42
gabeiglio pushed a commit to Netflix/iceberg-python that referenced this pull request Aug 13, 2025
Bumps [datafusion](https://github.com/apache/datafusion-python) from
47.0.0 to 48.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/datafusion-python/commit/f10d3b892b81f48b4dfc2ccd848d9c2ad5a1c4a7"><code>f10d3b8</code></a>
Prepare for 48 release</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/2e1b71369eefc97c22b82be84bbabb414f748fb9"><code>2e1b713</code></a>
refactor: style loading logic in DataFrameHtmlFormatter (<a
href="https://redirect.github.com/apache/datafusion-python/issues/1177">#1177</a>)</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/98f4773bbe24e31abb7ab1a4a0b5f8c925257885"><code>98f4773</code></a>
feat: add FFI support for user defined functions (<a
href="https://redirect.github.com/apache/datafusion-python/issues/1145">#1145</a>)</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/9362f53150e5423581757ed56883b3ca2c95b8a2"><code>9362f53</code></a>
feat: python based catalog and schema provider (<a
href="https://redirect.github.com/apache/datafusion-python/issues/1156">#1156</a>)</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/954563429384078a9e85c56ad553c7e3be7ac52a"><code>9545634</code></a>
feat: collect once during display() in jupyter notebooks (<a
href="https://redirect.github.com/apache/datafusion-python/issues/1167">#1167</a>)</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/03921d9629c576afc43b63ad67172f70abcd73e8"><code>03921d9</code></a>
feat: dataframe string formatter (<a
href="https://redirect.github.com/apache/datafusion-python/issues/1170">#1170</a>)</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/ef62fa897e6e8334779f556aad4c0da89ebdc86f"><code>ef62fa8</code></a>
Add compression_level support to ParquetWriterOptions and enhance
write_parqu...</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/0d3c37f9379fd12406022c7edc3fee056866a694"><code>0d3c37f</code></a>
Consolidate DataFrame Docs: Merge HTML Rendering Section as Subpage (<a
href="https://redirect.github.com/apache/datafusion-python/issues/1161">#1161</a>)</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/1812a0d3e88976f51b40ccfd1a02fddb17ddb8bb"><code>1812a0d</code></a>
Fix signature of <code>__arrow_c_stream__</code> (<a
href="https://redirect.github.com/apache/datafusion-python/issues/1168">#1168</a>)</li>
<li><a
href="https://github.com/apache/datafusion-python/commit/98dc06b553b69576d50157542f761b44f456dcf2"><code>98dc06b</code></a>
feat: Support Parquet writer options (<a
href="https://redirect.github.com/apache/datafusion-python/issues/1123">#1123</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/datafusion-python/compare/47.0.0...48.0.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=47.0.0&new-version=48.0.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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant