Commit 0f3f48d
Build: Bump getdaft from 0.4.4 to 0.4.7 (apache#1780)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2526bc8 commit 0f3f48d
1 file changed
+13
-12
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments