dependabot[bot] opened a new pull request, #662: URL: https://github.com/apache/iceberg-python/pull/662
Bumps [getdaft](https://github.com/Eventual-Inc/Daft) from 0.2.16 to 0.2.21. <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.2.21</h2> <h2>Changes</h2> <h2>✨ New Features</h2> <ul> <li>[FEAT] Add S3Config.from_env functionality <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2137">#2137</a>)</li> <li>deltalake _delta_lake.py: Allow Glue catalog cross account access <a href="https://github.com/pang-wu"><code>@pang-wu</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2113">#2113</a>)</li> <li>[FEAT] Enable Ruff <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2121">#2121</a>)</li> <li>[FEAT] Implements other trigonometry expressions <a href="https://github.com/MeepoWin"><code>@MeepoWin</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2123">#2123</a>)</li> <li>[FEAT] exp expression implementation <a href="https://github.com/MeepoWin"><code>@MeepoWin</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2115">#2115</a>)</li> <li>[FEAT] sin/cos/tan expression implementation <a href="https://github.com/reswqa"><code>@reswqa</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2112">#2112</a>)</li> <li>[CHORE] Using <code>uv</code> in MakeFile <a href="https://github.com/MeepoWin"><code>@MeepoWin</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2114">#2114</a>)</li> <li>[FEAT] Add option to S3Config to force virtual addressing <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2106">#2106</a>)</li> <li>[FEAT] fill_null expression <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2089">#2089</a>)</li> <li>[FEAT] Add basic list aggregations <a href="https://github.com/kevinzwang"><code>@kevinzwang</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2032">#2032</a>)</li> <li>[FEAT] Allow sql alchemy connection factory as input to read_sql <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2071">#2071</a>)</li> <li>[FEAT] Add daft-sketch subcrate and arrow2 serialization functionality <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2090">#2090</a>)</li> </ul> <h2>👾 Bug Fixes</h2> <ul> <li>[BUG] Fix reading partition key columns in DeltaLake <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2118">#2118</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>[CHORE] Fix underlines in README <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2143">#2143</a>)</li> <li>[DOCS] Update iceberg integration docs to add writes <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2110">#2110</a>)</li> <li>[DOCS] Create CODE_OF_CONDUCT.md <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2101">#2101</a>)</li> <li>[CHORE] Skip deltalake notebooks for CI <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2097">#2097</a>)</li> <li>[CHORE] Add link to good first issues in readme <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2088">#2088</a>)</li> <li>[DOCS] Fix docs typo <a href="https://github.com/avriiil"><code>@avriiil</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2075">#2075</a>)</li> <li>[DOCS] Typos in user guide <a href="https://github.com/avriiil"><code>@avriiil</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2079">#2079</a>)</li> <li>[DOCS] Fix typos on 10-min tutorial <a href="https://github.com/avriiil"><code>@avriiil</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2082">#2082</a>)</li> <li>[DOCS] Add ml batch inference tutorials <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2057">#2057</a>)</li> <li>[CHORE] Fix autolabeller CI step for forks <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2138">#2138</a>)</li> </ul> <h2>🧰 Maintenance</h2> <ul> <li>[CHORE] Fix underlines in README <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2143">#2143</a>)</li> <li>[CHORE] Split labelling and update release CI steps <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2142">#2142</a>)</li> <li>[CHORE] Fix the labeller CI step which is not triggering <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2141">#2141</a>)</li> <li>[CHORE] Fixing readthedocs build <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2135">#2135</a>)</li> <li>[CHORE] Fix documentation build with uv <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2134">#2134</a>)</li> <li>[CHORE] Fix build command <a href="https://github.com/MeepoWin"><code>@MeepoWin</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2126">#2126</a>)</li> <li>[CHORE] Rename virtual env folder to <code>.venv</code> <a href="https://github.com/MeepoWin"><code>@MeepoWin</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2122">#2122</a>)</li> <li>[CHORE] refactors for ruff [1/n] <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2120">#2120</a>)</li> <li>[CHORE] FunctionExpr and exp <a href="https://github.com/samster25"><code>@samster25</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2119">#2119</a>)</li> <li>[CHORE] FunctionEvaluator directly receive <code>FunctionExpr</code> <a href="https://github.com/MeepoWin"><code>@MeepoWin</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2117">#2117</a>)</li> <li>[CHORE] Update .gitignore for JetBrains IDE and pyenv user <a href="https://github.com/MeepoWin"><code>@MeepoWin</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2116">#2116</a>)</li> <li>[CHORE] Refactor string kernels <a href="https://github.com/colin-ho"><code>@colin-ho</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2087">#2087</a>)</li> <li>[CHORE] Skip deltalake notebooks for CI <a href="https://github.com/jaychia"><code>@jaychia</code></a> (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2097">#2097</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/3c9f3ce962f203dd370a7a47cf7b635fa5ff1e93"><code>3c9f3ce</code></a> [CHORE] Fix underlines in README (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2143">#2143</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/24217703a2b150aeb9755284d55e1d44e803cdc5"><code>2421770</code></a> [CHORE] Fix the labeller CI step failing on main (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2142">#2142</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/6563b3cb62676668cc1e56051761dacd0e8c84e4"><code>6563b3c</code></a> [CHORE] Fix the labeller CI step which is not triggering (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2141">#2141</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/897b3842e62229cdce6b5a6dfc63be16ab7d8016"><code>897b384</code></a> [FEAT] Add S3Config.from_env functionality (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2137">#2137</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/d153668cd4662457410b856344cbb5abe60e39ba"><code>d153668</code></a> [CHORE] Fix autolabeller CI step for forks (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2138">#2138</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/a05dfb5cc74e1420676d0cc184b189e760510499"><code>a05dfb5</code></a> [BUG] Fix reading partition key columns in DeltaLake (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2118">#2118</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/9c441bb5f9098d484343ea93b878cb016e07ddc1"><code>9c441bb</code></a> deltalake _delta_lake.py: Allow Glue catalog cross account access (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2113">#2113</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/0fe3df72081b64516649047fbb4b5145ee65d76e"><code>0fe3df7</code></a> [CHORE] Fixing readthedocs build (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2135">#2135</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/42b03e214627d46592359620492c81a1fbb084f9"><code>42b03e2</code></a> Bump bytes from 1.5.0 to 1.6.0 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2131">#2131</a>)</li> <li><a href="https://github.com/Eventual-Inc/Daft/commit/59f3c089b0e18a13d31f9d0bee74d610398d70ff"><code>59f3c08</code></a> Bump futures from 0.3.28 to 0.3.30 (<a href="https://redirect.github.com/Eventual-Inc/Daft/issues/2130">#2130</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Eventual-Inc/Daft/compare/v0.2.16...v0.2.21">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> -- 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