forked from apache/iceberg-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit a2edc69
authored
Build: Bump daft from 0.6.0 to 0.6.1 (apache#2469)
Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.6.0 to 0.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Eventual-Inc/Daft/releases">daft's
releases</a>.</em></p>
<blockquote>
<h2>v0.6.1</h2>
<h2>What's Changed 🚀</h2>
<h2>✨ Features</h2>
<ul>
<li>feat: expose image attribute as expression <a
href="https://github.com/Jay-ju"><code>@Jay-ju</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4848">#4848</a>)</li>
<li>feat(flotilla): no shuffle for hash join if conditions are met <a
href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5135">#5135</a>)</li>
<li>feat: <code>.list.append</code> Expression <a
href="https://github.com/srilman"><code>@srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5159">#5159</a>)</li>
<li>feat: Base64 Encoding <a
href="https://github.com/srilman"><code>@srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5158">#5158</a>)</li>
<li>feat: adds support for classify_text <a
href="https://github.com/rchowell"><code>@rchowell</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5113">#5113</a>)</li>
<li>feat: Add Arrow IPC conversion for RecordBatches <a
href="https://github.com/srilman"><code>@srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5143">#5143</a>)</li>
<li>feat: unnest param on <a
href="https://github.com/daft"><code>@daft</code></a>.func <a
href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5132">#5132</a>)</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix: Account for unschedulable udf actors <a
href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4987">#4987</a>)</li>
<li>fix: Cleanup CLI Progress Bar Output <a
href="https://github.com/srilman"><code>@srilman</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5157">#5157</a>)</li>
<li>fix: flaky test test_transformers_image_embedder_other <a
href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5130">#5130</a>)</li>
</ul>
<h2>🚀 Performance</h2>
<ul>
<li>perf: Use <code>count_rows</code> on fragment to reduce lance scans
with limit pushdowns only <a
href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5120">#5120</a>)</li>
</ul>
<h2>📖 Documentation</h2>
<ul>
<li>docs: improve text readability on examples page <a
href="https://github.com/ykdojo"><code>@ykdojo</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5182">#5182</a>)</li>
<li>docs: add TrendShift badge to README <a
href="https://github.com/ykdojo"><code>@ykdojo</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5181">#5181</a>)</li>
<li>docs: improve explode method documentation with null/empty list
examples <a href="https://github.com/ykdojo"><code>@ykdojo</code></a>
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5164">#5164</a>)</li>
<li>docs: fix broken tutorial links and remove redundant file <a
href="https://github.com/ykdojo"><code>@ykdojo</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5154">#5154</a>)</li>
</ul>
<h2>👷 CI</h2>
<ul>
<li>ci: Reduce free disk space time <a
href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5178">#5178</a>)</li>
<li>ci: re-add mac os unit tests on main <a
href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5163">#5163</a>)</li>
<li>ci: fix TPC-H benchmark workflows <a
href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5123">#5123</a>)</li>
<li>ci: Pipe unit test failures through duration aggregator <a
href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5161">#5161</a>)</li>
<li>ci: remove macos from PR test suite <a
href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5142">#5142</a>)</li>
<li>ci: Aggregate test durations <a
href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5129">#5129</a>)</li>
</ul>
<h2>🔧 Maintenance</h2>
<ul>
<li>chore: add PR conventions note to AGENTS.md <a
href="https://github.com/ykdojo"><code>@ykdojo</code></a> (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5166">#5166</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Eventual-Inc/Daft/compare/v0.6.0...v0.6.1">https://github.com/Eventual-Inc/Daft/compare/v0.6.0...v0.6.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/778eba6e13411411394be4d43e25039487f7a6c4"><code>778eba6</code></a>
docs: improve text readability on examples page (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5182">#5182</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/60f447ff98e450ea3941bd4097a7c10009ed3589"><code>60f447f</code></a>
ci: Reduce free disk space time (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5178">#5178</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/1c24e34cd154bbbaca5be35fd0d43082f429200d"><code>1c24e34</code></a>
ci: re-add mac os unit tests on main (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5163">#5163</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/f8ac64a2e939cdbbb285463783014ba301844bfc"><code>f8ac64a</code></a>
docs: add TrendShift badge to README (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5181">#5181</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/ee384748536c0f3cf345fb1c10426f950c29fca8"><code>ee38474</code></a>
ci: fix TPC-H benchmark workflows (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5123">#5123</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/bc9d370fb31029beebe33360f00b871290556192"><code>bc9d370</code></a>
feat: expose image attribute as expression (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4848">#4848</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/1e4d129a41a629e0f29af6f938d901e3cb6d7d61"><code>1e4d129</code></a>
fix: Account for unschedulable udf actors (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4987">#4987</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/10ccc4a1c8a89864001aa0cc65698f8a1ba044f7"><code>10ccc4a</code></a>
feat(flotilla): no shuffle for hash join if conditions are met (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5135">#5135</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/889a3dd173696282336bf5aa90093efc86090e18"><code>889a3dd</code></a>
chore: add PR conventions note to AGENTS.md (<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5166">#5166</a>)</li>
<li><a
href="https://github.com/Eventual-Inc/Daft/commit/e4c0a3c76a42fa66704132a38611eb126fca4a55"><code>e4c0a3c</code></a>
docs: improve explode method documentation with null/empty list examples
(<a
href="https://redirect.github.com/Eventual-Inc/Daft/issues/5164">#5164</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Eventual-Inc/Daft/compare/v0.6.0...v0.6.1">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>1 parent f5b9dbd commit a2edc69Copy full SHA for a2edc69
File tree
Expand file treeCollapse file tree
1 file changed
+7
-7
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+7
-7
lines changedOpen diff view settings
Collapse file
+7-7Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments