dependabot[bot] opened a new pull request, #1890:
URL: https://github.com/apache/iceberg-python/pull/1890

   Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.4.8 to 0.4.9.
   <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.9</h2>
   <h2>What's Changed 🚀</h2>
   <h2>✨ Features</h2>
   <ul>
   <li>feat: add dt.{millisecond,microsecond,nanosecond} <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4128";>#4128</a>)</li>
   <li>feat: adds verbose and documents no format behavior <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4116";>#4116</a>)</li>
   <li>feat: <a 
href="https://github.com/nikkthegreek";><code>@​nikkthegreek</code></a> adds 
support for creating managed tables <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4121";>#4121</a>)</li>
   <li>feat: adds formatting arguments to show <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4100";>#4100</a>)</li>
   <li>feat(connect): overwrite mode for writing csv &amp; parquet <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4089";>#4089</a>)</li>
   <li>feat: adds create_table_if_not_exists and create_namespace_if_not_exists 
<a href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4091";>#4091</a>)</li>
   <li>feat: adds try_encode and try_decode with utf-8 special-case <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4060";>#4060</a>)</li>
   <li>feat: adds has_table and has_namespace catalog methods <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4088";>#4088</a>)</li>
   <li>feat: non-equi join in the logical plan <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/3922";>#3922</a>)</li>
   <li>feat: Cross column exprs <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4071";>#4071</a>)</li>
   <li>feat(dashboard): Add Daft CLI with dashboard command <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4015";>#4015</a>)</li>
   <li>feat: Set batch size as morsel size for project <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4042";>#4042</a>)</li>
   <li>feat: add <code>llm_generate</code> expr <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4009";>#4009</a>)</li>
   <li>feat(sql): Add basic ROLLUP support <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4022";>#4022</a>)</li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>fix(join ordering): Fix bug with aliasing columns between joins <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4133";>#4133</a>)</li>
   <li>fix: skip drop_nan when no float columns <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4127";>#4127</a>)</li>
   <li>fix: Disable warc merging <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4115";>#4115</a>)</li>
   <li>fix: Allow aliased monotonically increasing id functions to coexist with 
columns named &quot;id&quot; <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4102";>#4102</a>)</li>
   <li>fix: Use io-runtime for task in remote parquet reader <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4110";>#4110</a>)</li>
   <li>fix: surface non 'NotFound' errors during table resolution <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4073";>#4073</a>)</li>
   <li>fix: improve column error messages + add PlanRef to outer column <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4037";>#4037</a>)</li>
   <li>fix: Fix local to ray runner switch test <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4066";>#4066</a>)</li>
   <li>fix: only install vllm in requirements-dev.txt for linux <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4064";>#4064</a>)</li>
   <li>fix: Collect iterators in read_generator to list <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4061";>#4061</a>)</li>
   <li>fix: dashboard flaking <a 
href="https://github.com/universalmind303";><code>@​universalmind303</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4051";>#4051</a>)</li>
   <li>fix: List tables under all namespaces for iceberg 
<code>list_tables</code> if namespace is none <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4048";>#4048</a>)</li>
   <li>fix: Modify ray runner switching tests to check error in stderr instead 
of endswith <a href="https://github.com/colin-ho";><code>@​colin-ho</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4046";>#4046</a>)</li>
   </ul>
   <h2>🚀 Performance</h2>
   <ul>
   <li>perf(optimizer): push-down join predicate <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4123";>#4123</a>)</li>
   <li>perf(optimizer): simplify join types with null-eliminating filter 
predicates <a 
href="https://github.com/kevinzwang";><code>@​kevinzwang</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4023";>#4023</a>)</li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>docs: Make wording around distinct more consistent <a 
href="https://github.com/desmondcheongzx";><code>@​desmondcheongzx</code></a> 
(<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4000";>#4000</a>)</li>
   <li>docs: fix deltalake type docs <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4119";>#4119</a>)</li>
   <li>docs: Add numbering rows section <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4103";>#4103</a>)</li>
   <li>docs: Cross col expr docs <a 
href="https://github.com/colin-ho";><code>@​colin-ho</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4104";>#4104</a>)</li>
   <li>docs: add S3 io_config usage example to read_lance docstring <a 
href="https://github.com/gabrielaugz";><code>@​gabrielaugz</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4087";>#4087</a>)</li>
   <li>docs: permalink works and takes to docs site <a 
href="https://github.com/gabrielaugz";><code>@​gabrielaugz</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4086";>#4086</a>)</li>
   <li>docs: s3tables typo fixes <a 
href="https://github.com/rchowell";><code>@​rchowell</code></a> (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4084";>#4084</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/82a52589a204a1e6178c79b8a6b8bc9c309f8a2a";><code>82a5258</code></a>
 docs: Make wording around distinct more consistent (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4000";>#4000</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/720b87e998f54c04bafe6156b5392072b2712b6d";><code>720b87e</code></a>
 feat: add dt.{millisecond,microsecond,nanosecond} (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4128";>#4128</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/09c9f0b6ae0ad84b79082e661a23e86427b49699";><code>09c9f0b</code></a>
 fix(join ordering): Fix bug with aliasing columns between joins (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4133";>#4133</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/1e974346759c3c159296eb9afd3b67f71d1c200b";><code>1e97434</code></a>
 fix: skip drop_nan when no float columns (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4127";>#4127</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/8fe5a2b52181c08c9a2a85285043ca42ed743517";><code>8fe5a2b</code></a>
 perf(optimizer): push-down join predicate (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4123";>#4123</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/093dcd99a9f8ecbc594b55d1406e3a17f6ce442b";><code>093dcd9</code></a>
 chore(optimizer): move join type simplification into new rule (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4122";>#4122</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/6469819cb318042e778ff189f272b242cf0259a1";><code>6469819</code></a>
 feat: adds verbose and documents no format behavior (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4116";>#4116</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/3eeda7325b00c28a4dc30cb8ca18e0ab834cb6e0";><code>3eeda73</code></a>
 feat: <a 
href="https://github.com/nikkthegreek";><code>@​nikkthegreek</code></a> adds 
support for creating managed tables (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4121";>#4121</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/3d98ea925902ce4604531eeb7ecf1981d9e95d9a";><code>3d98ea9</code></a>
 fix: Disable warc merging (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4115";>#4115</a>)</li>
   <li><a 
href="https://github.com/Eventual-Inc/Daft/commit/21be0e44afac1d43c18235ef1452175138322bd0";><code>21be0e4</code></a>
 docs: fix deltalake type docs (<a 
href="https://redirect.github.com/Eventual-Inc/Daft/issues/4119";>#4119</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Eventual-Inc/Daft/compare/v0.4.8...v0.4.9";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getdaft&package-manager=pip&previous-version=0.4.8&new-version=0.4.9)](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>


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to