-
Notifications
You must be signed in to change notification settings - Fork 356
Build: Bump getdaft from 0.4.4 to 0.4.7 #1780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@dependabot rebase |
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.4 to 0.4.7. - [Release notes](https://github.com/Eventual-Inc/Daft/releases) - [Commits](Eventual-Inc/Daft@v0.4.4...v0.4.7) --- updated-dependencies: - dependency-name: getdaft dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
cc0cbf5
to
867a93c
Compare
kevinjqliu
approved these changes
Mar 11, 2025
gabeiglio
pushed a commit
to Netflix/iceberg-python
that referenced
this pull request
Aug 13, 2025
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.4 to 0.4.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Eventual-Inc/Daft/releases">getdaft's releases</a>.</em></p> <blockquote> <h2>v0.4.7</h2> <h2>What's Changed 🚀</h2> <ul> <li>build: build and publish daft package <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3913">#3913</a>)</li> <li>build: bump rust toolchain version <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3910">#3910</a>)</li> </ul> <h2>✨ Features</h2> <ul> <li>feat: adds encode and decode for deflate, gzip, zlib <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3907">#3907</a>)</li> <li>feat(catalog): adds catalog ddl actions like create_table and create_namespace <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3902">#3902</a>)</li> <li>feat(sql): adds the 'use' sql session statement <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3912">#3912</a>)</li> <li>feat(catalog): adds append and overwrite to table apis <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3889">#3889</a>)</li> <li>feat(catalog): adds additional table sources for Catalog.from_pydict <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3901">#3901</a>)</li> <li>feat: functions sinh, cosh, tanh <a href="https://github.com/petern48"><code>@petern48</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3903">#3903</a>)</li> <li>feat: Functions log1p and expm1 <a href="https://github.com/petern48"><code>@petern48</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3887">#3887</a>)</li> <li>feat: trig functions csc and sec <a href="https://github.com/petern48"><code>@petern48</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3884">#3884</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: nightly build and local tpch benchmark workflow <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3898">#3898</a>)</li> <li>fix: add retry to getting GCS client config <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3930">#3930</a>)</li> <li>fix: bun install in build-wheel.yml <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3932">#3932</a>)</li> <li>fix: allow resolving tables at catalog root <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3928">#3928</a>)</li> <li>fix: Don't use <code>_position_to_field_name</code> <a href="https://github.com/Fokko"><code>@Fokko</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3917">#3917</a>)</li> <li>fix: write_lance append mode when storage_options required <a href="https://github.com/ascillitoe"><code>@ascillitoe</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3924">#3924</a>)</li> <li>fix(dashboard): get dashboard working again <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3918">#3918</a>)</li> <li>fix: coalesce panics, supertype handling, and null handling bugs <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3908">#3908</a>)</li> <li>fix: small fix for pyspark+ray. <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3899">#3899</a>)</li> <li>fix: map.get on empty dataset <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3892">#3892</a>)</li> <li>fix: remove dashboard imports and dep <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3888">#3888</a>)</li> </ul> <h2>🚀 Performance</h2> <ul> <li>perf: Reduce memory consumption for WARC reads and improve estimates <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3935">#3935</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: adds additional catalog and session documentation <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3926">#3926</a>)</li> <li>docs: add spark connect doc page <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3919">#3919</a>)</li> <li>docs: adds a usage doc for catalogs <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3878">#3878</a>)</li> <li>docs: Add documentation for functions module <a href="https://github.com/f4t4nt"><code>@f4t4nt</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3880">#3880</a>)</li> <li>docs: remove cairo <a href="https://github.com/ccmao1130"><code>@ccmao1130</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3900">#3900</a>)</li> </ul> <h2>👷 CI</h2> <ul> <li>ci: update all --release workflows <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3915">#3915</a>)</li> <li>ci: replace build-artifact-s3 with new workflow, add local tpch benches <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3864">#3864</a>)</li> </ul> <h2>🔧 Maintenance</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c7df611b99d0fba7f3330b8829b97d328549da40"><code>c7df611</code></a> perf: Reduce memory consumption for WARC reads and improve estimates (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3935">#3935</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/8163982d08449389310f5495526c640da117b35e"><code>8163982</code></a> chore: use ref name instead of ref in tpch bench metadata (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3937">#3937</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/b6f85c5e59645c8f416be0c73ad7897999705877"><code>b6f85c5</code></a> fix: nightly build and local tpch benchmark workflow (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3898">#3898</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/1d2acce925f87d905e9f2c13644bea26dd8a7516"><code>1d2acce</code></a> fix: add retry to getting GCS client config (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3930">#3930</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/5618f210960199c0456e753b41ce8be3680a2049"><code>5618f21</code></a> fix: bun install in build-wheel.yml (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3932">#3932</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/2b765a759061ec72a0eba971ec6da3a2920e2cb1"><code>2b765a7</code></a> fix: allow resolving tables at catalog root (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3928">#3928</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/5f7c5b61e8ab04255b210c4978f0342fb13295de"><code>5f7c5b6</code></a> docs: adds additional catalog and session documentation (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3926">#3926</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a1e5ff30a444356b925df7f566aae4645fee8dfe"><code>a1e5ff3</code></a> fix: Don't use <code>_position_to_field_name</code> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3917">#3917</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c810a5885e00e32b85a79ae84a180d886d19d6e6"><code>c810a58</code></a> ci: update all --release workflows (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3915">#3915</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/670345583155c3d759716b3b51404060c59cdf84"><code>6703455</code></a> fix: write_lance append mode when storage_options required (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/3924">#3924</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.4.4...v0.4.7">compare view</a></li> </ul> </details> <br /> [](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] <[email protected]> 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps getdaft from 0.4.4 to 0.4.7.
Release notes
Sourced from getdaft's releases.
... (truncated)
Commits
c7df611
perf: Reduce memory consumption for WARC reads and improve estimates (#3935)8163982
chore: use ref name instead of ref in tpch bench metadata (#3937)b6f85c5
fix: nightly build and local tpch benchmark workflow (#3898)1d2acce
fix: add retry to getting GCS client config (#3930)5618f21
fix: bun install in build-wheel.yml (#3932)2b765a7
fix: allow resolving tables at catalog root (#3928)5f7c5b6
docs: adds additional catalog and session documentation (#3926)a1e5ff3
fix: Don't use_position_to_field_name
(#3917)c810a58
ci: update all --release workflows (#3915)6703455
fix: write_lance append mode when storage_options required (#3924)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)