dependabot[bot] opened a new pull request, #3054: URL: https://github.com/apache/iceberg-python/pull/3054
Bumps [daft](https://github.com/Eventual-Inc/Daft) from 0.6.14 to 0.7.3. <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.7.3</h2> <h2>What's Changed 🚀</h2> <h2>✨ Features</h2> <ul> <li>feat(observability): Support exporting Flotilla metrics <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6122">#6122</a>)</li> <li>feat: Nightly installations under nightly.daft.ai <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6175">#6175</a>)</li> <li>feat: Support additional <code>OTEL_*</code> configuration envs <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6148">#6148</a>)</li> <li>feat(lance): Support lance namespace read and write <a href="https://github.com/shaofengshi"><code>@shaofengshi</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5980">#5980</a>)</li> <li>feat: add unity oauth m2m access token support <a href="https://github.com/cckellogg"><code>@cckellogg</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5839">#5839</a>)</li> <li>feat: Support snapshot properties for Iceberg writes <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6139">#6139</a>)</li> <li>feat: delimiter for <code>agg_concat</code> <a href="https://github.com/aaron-ang"><code>@aaron-ang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6099">#6099</a>)</li> <li>feat: add uuid function <a href="https://github.com/everySympathy"><code>@everySympathy</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5983">#5983</a>)</li> <li>feat: add custom date and timestamp formatting for CSV writes <a href="https://github.com/madvart"><code>@madvart</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6073">#6073</a>)</li> <li>feat(observability): Export metrics out as a table with the result <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6055">#6055</a>)</li> <li>feat: comparison ops for list and struct types <a href="https://github.com/aaron-ang"><code>@aaron-ang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6104">#6104</a>)</li> <li>feat(frontend): enhance dashboard UI and fix Ray runner state reporting <a href="https://github.com/Jay-ju"><code>@Jay-ju</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6063">#6063</a>)</li> <li>feat(dashboard): backend implementation <a href="https://github.com/Jay-ju"><code>@Jay-ju</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6062">#6062</a>)</li> <li>feat: string casing functions <a href="https://github.com/aaron-ang"><code>@aaron-ang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6096">#6096</a>)</li> <li>feat: <code>list_contains</code> expression <a href="https://github.com/aaron-ang"><code>@aaron-ang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6095">#6095</a>)</li> <li>feat: specify text embedding dim <a href="https://github.com/aaron-ang"><code>@aaron-ang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6097">#6097</a>)</li> <li>feat: Expr.var with ddof <a href="https://github.com/aaron-ang"><code>@aaron-ang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6105">#6105</a>)</li> <li>feat(lance): add nearest vector search support <a href="https://github.com/huleilei"><code>@huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6025">#6025</a>)</li> <li>feat: distance and similarity functions <a href="https://github.com/aaron-ang"><code>@aaron-ang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6098">#6098</a>)</li> <li>feat: add gravitino connector optional dependency <a href="https://github.com/shaofengshi"><code>@shaofengshi</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6083">#6083</a>)</li> <li>feat: Add support for ignoring null fields when writing json <a href="https://github.com/gpathak128"><code>@gpathak128</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6049">#6049</a>)</li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix(docs): Fix broken links in modalities documentation <a href="https://github.com/everettVT"><code>@everettVT</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6197">#6197</a>)</li> <li>fix: Render Map columns as python dicts instead of list[struct] in terminal prints <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6198">#6198</a>)</li> <li>fix: Fix merge conflict with OTEL configuration PR <a href="https://github.com/srilman"><code>@srilman</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6187">#6187</a>)</li> <li>fix(observability): Truncate progress bar names by characters, not bytes <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6180">#6180</a>)</li> <li>fix: fix concat.rs <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6174">#6174</a>)</li> <li>fix(test): bump actor UDF timeout from 10s to 60s to reduce flakiness <a href="https://github.com/ykdojo"><code>@ykdojo</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6163">#6163</a>)</li> <li>fix(optimizer): Fix bug with pushing filters through anti-joinsI s <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6150">#6150</a>)</li> <li>fix: Allow <code>is_in</code> to accept sets, tuples, and other iterables <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6115">#6115</a>)</li> <li>fix(ci): restore Rust code coverage by pinning cargo-llvm-cov <a href="https://github.com/desmondcheongzx"><code>@desmondcheongzx</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6146">#6146</a>)</li> <li>fix: make df.into_partitions() work when input num == num_partitions <a href="https://github.com/everySympathy"><code>@everySympathy</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6061">#6061</a>)</li> <li>fix(udf): ensure per-call kwargs in udf v2 are uniquely bound per call site <a href="https://github.com/huleilei"><code>@huleilei</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6079">#6079</a>)</li> <li>fix(rustfmt): ignore parquet directories <a href="https://github.com/aaron-ang"><code>@aaron-ang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6101">#6101</a>)</li> <li>fix: No need extra 1 for <code>OffsetBufferBuilder</code> <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6057">#6057</a>)</li> <li>fix: use unique bucket names for running tests in parallel <a href="https://github.com/rchowell"><code>@rchowell</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6052">#6052</a>)</li> </ul> <h2>🚀 Performance</h2> <ul> <li>perf: zero copy on <code>from_vec</code> <a href="https://github.com/universalmind303"><code>@universalmind303</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6172">#6172</a>)</li> <li>perf: Only Serialize Required Cols in Actor UDFs <a href="https://github.com/plotor"><code>@plotor</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/5884">#5884</a>)</li> </ul> <h2>♻️ Refactor</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Eventual-Inc/Daft/commit/90c8675f64fde71669a56d528975eb0b490b4885"><code>90c8675</code></a> fix(docs): Fix broken links in modalities documentation (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6197">#6197</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/dde58b631958236f2201226aa335468deffff381"><code>dde58b6</code></a> fix: Render Map columns as python dicts instead of list[struct] in terminal p...</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/09564462b96ede6b1e9580cf311ba63b8cce3903"><code>0956446</code></a> docs: Add daft.File usage throughout modalities (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6074">#6074</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/7bb94eccfc21f429a7e035ba9bd854aed3c4e01a"><code>7bb94ec</code></a> feat(observability): Support exporting Flotilla metrics (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6122">#6122</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/5638c8e300ea859d2639fec8d156818acb4e60ae"><code>5638c8e</code></a> chore: Intermediate op single input (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6189">#6189</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/c82288aff1bc98104dfce291a7fd7c5ddd11b0d9"><code>c82288a</code></a> feat: Nightly installations under nightly.daft.ai (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6175">#6175</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/e4d34f969ec269b82a0a822eaf1293482eae7c6c"><code>e4d34f9</code></a> fix: Fix merge conflict with OTEL configuration PR (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6187">#6187</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/2b8cb910ed6b9c3a7874cd94d3d0240e1765be90"><code>2b8cb91</code></a> feat: Support additional <code>OTEL_*</code> configuration envs (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6148">#6148</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/4d0142ebb728cb1a5387da157089d30f45d4da88"><code>4d0142e</code></a> test: Add missing result parameter to on_query_end in Google AI test (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6184">#6184</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/958e61bad33055a6d292ef999fce015f9d87bb96"><code>958e61b</code></a> perf: zero copy on <code>from_vec</code> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/6172">#6172</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.6.14...v0.7.3">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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
