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

   Bumps [duckdb](https://github.com/duckdb/duckdb) from 1.3.1 to 1.3.2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/duckdb/duckdb/releases";>duckdb's releases</a>.</em></p>
   <blockquote>
   <h2>v1.3.2 Bugfix Release</h2>
   <p>This is a bug fix release for various issues discovered after we released 
1.3.1. There are no new major features, just bug fixes. Database files created 
by DuckDB versions all the way back to v0.9 can be read by this version.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>bump julia to v1.3.1 by <a 
href="https://github.com/c-herrewijn";><code>@​c-herrewijn</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/17966";>duckdb/duckdb#17966</a></li>
   <li>[CI] adding DONT_LINK parameter to the test extension configuration for 
<code>inet</code> extension by <a 
href="https://github.com/hmeriann";><code>@​hmeriann</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/17967";>duckdb/duckdb#17967</a></li>
   <li>Eviction queue: Sort purged nodes and bulk re-add by <a 
href="https://github.com/lnkuiper";><code>@​lnkuiper</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/17913";>duckdb/duckdb#17913</a></li>
   <li>Grab lock before finalizing dynamic filters by <a 
href="https://github.com/lnkuiper";><code>@​lnkuiper</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/17964";>duckdb/duckdb#17964</a></li>
   <li>Issue <a 
href="https://redirect.github.com/duckdb/duckdb/issues/5144";>#5144</a>: AsOf 
Join Threshold by <a 
href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/17978";>duckdb/duckdb#17978</a></li>
   <li>Fix for IsDenseRange check in filter_combiner by <a 
href="https://github.com/pdet";><code>@​pdet</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/17988";>duckdb/duckdb#17988</a></li>
   <li>Use SharedLockTable in DataTable::Fetch by <a 
href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/17983";>duckdb/duckdb#17983</a></li>
   <li>On Windows CI use zip from msys2 instead of choco by <a 
href="https://github.com/staticlibs";><code>@​staticlibs</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/17993";>duckdb/duckdb#17993</a></li>
   <li>[FIX] Arrow ArrowBool8 Extension Type Add Validity Type Check by <a 
href="https://github.com/rustyconover";><code>@​rustyconover</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18005";>duckdb/duckdb#18005</a></li>
   <li>Make test more lenient by <a 
href="https://github.com/lnkuiper";><code>@​lnkuiper</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18022";>duckdb/duckdb#18022</a></li>
   <li>Print internal exception stack traces on failed transaction rollback  by 
<a href="https://github.com/taniabogatsch";><code>@​taniabogatsch</code></a> in 
<a 
href="https://redirect.github.com/duckdb/duckdb/pull/18023";>duckdb/duckdb#18023</a></li>
   <li>More fixes around GetDatabases by <a 
href="https://github.com/taniabogatsch";><code>@​taniabogatsch</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18024";>duckdb/duckdb#18024</a></li>
   <li>[Fix] Binding error when resolving lambdas with a struct alias by <a 
href="https://github.com/taniabogatsch";><code>@​taniabogatsch</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18014";>duckdb/duckdb#18014</a></li>
   <li>Disable constexpr std::mutex on Windows by <a 
href="https://github.com/staticlibs";><code>@​staticlibs</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/17991";>duckdb/duckdb#17991</a></li>
   <li>Use correct expression function after filter pushdown by <a 
href="https://github.com/Tmonster";><code>@​Tmonster</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/17860";>duckdb/duckdb#17860</a></li>
   <li>Implement bulk enqueue for non-concurrent queue by <a 
href="https://github.com/lnkuiper";><code>@​lnkuiper</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18032";>duckdb/duckdb#18032</a></li>
   <li>Bring back libduckdb-src.zip as release artifact by <a 
href="https://github.com/mlafeldt";><code>@​mlafeldt</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18019";>duckdb/duckdb#18019</a></li>
   <li>Issue <a 
href="https://redirect.github.com/duckdb/duckdb/issues/18035";>#18035</a>: Zero 
Fill TIMESTAMP_NS by <a 
href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18045";>duckdb/duckdb#18045</a></li>
   <li>Fix handling dynamic table filters in RemoveUnusedColumns by <a 
href="https://github.com/Damon07";><code>@​Damon07</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18033";>duckdb/duckdb#18033</a></li>
   <li>Fix incorrect results in index scan by <a 
href="https://github.com/taniabogatsch";><code>@​taniabogatsch</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18058";>duckdb/duckdb#18058</a></li>
   <li>bump spatial (v1.3) by <a 
href="https://github.com/Maxxen";><code>@​Maxxen</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18059";>duckdb/duckdb#18059</a></li>
   <li>constant or null can be replaced when argument is a bound column reg by 
<a href="https://github.com/Tmonster";><code>@​Tmonster</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18018";>duckdb/duckdb#18018</a></li>
   <li>Issue <a 
href="https://redirect.github.com/duckdb/duckdb/issues/18047";>#18047</a>: 
TIMESTAMP_TZ Upcast Costs by <a 
href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18064";>duckdb/duckdb#18064</a></li>
   <li>Properly handle empty RHS in IE Join by <a 
href="https://github.com/lnkuiper";><code>@​lnkuiper</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18067";>duckdb/duckdb#18067</a></li>
   <li>Avoid going too in-depth while computing join order by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/17904";>duckdb/duckdb#17904</a></li>
   <li>Main.yml: Move very long job from debug to release with 
<code>-DDEBUG</code> and <code>FORCE_ASSERT</code> by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18081";>duckdb/duckdb#18081</a></li>
   <li>Run Python workflow against both Python 3.9 and 3.13 on PR to ensure … 
by <a href="https://github.com/evertlammerts";><code>@​evertlammerts</code></a> 
in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18080";>duckdb/duckdb#18080</a></li>
   <li>fix statistics propagation for anti-joins on empty tables by <a 
href="https://github.com/bradynwalsh";><code>@​bradynwalsh</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/17439";>duckdb/duckdb#17439</a></li>
   <li>OSX.yml: Move from using debug builds to release + DDEBUG + FORCE_ASSERT 
by <a href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18102";>duckdb/duckdb#18102</a></li>
   <li>Fix copy constructor in SetVariableStatement by <a 
href="https://github.com/staticlibs";><code>@​staticlibs</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18101";>duckdb/duckdb#18101</a></li>
   <li>[Parquet] Add write_bloom_filter flag to allow disabling of bloom 
filters by <a href="https://github.com/Mytherin";><code>@​Mytherin</code></a> in 
<a 
href="https://redirect.github.com/duckdb/duckdb/pull/18093";>duckdb/duckdb#18093</a></li>
   <li>Add Stack Trace marker to stack trace by <a 
href="https://github.com/JelteF";><code>@​JelteF</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18089";>duckdb/duckdb#18089</a></li>
   <li>Add missing <code>INT128</code> to decimal Parquet reader switch by <a 
href="https://github.com/lnkuiper";><code>@​lnkuiper</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18104";>duckdb/duckdb#18104</a></li>
   <li>shared_ptr<!-- raw HTML omitted -->&amp; must be reached from FileOpener 
by <a href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18107";>duckdb/duckdb#18107</a></li>
   <li>Cleanup on correct branch (1.3-ossivalis) instead of v1.2-histrionicus 
by <a href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18111";>duckdb/duckdb#18111</a></li>
   <li>Refactor extracting expressions for dynamic index scans by <a 
href="https://github.com/lnkuiper";><code>@​lnkuiper</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18095";>duckdb/duckdb#18095</a></li>
   <li>Add v1.3.2 to version_map.json and generate storage_info.cpp by <a 
href="https://github.com/hmeriann";><code>@​hmeriann</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18112";>duckdb/duckdb#18112</a></li>
   <li>CI: Actually correctly skip building unnecessary extensions by <a 
href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18119";>duckdb/duckdb#18119</a></li>
   <li>Absorb patch from <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18107";>duckdb/duckdb#18107</a>
 by <a href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18114";>duckdb/duckdb#18114</a></li>
   <li>Use <em>unsigned</em> hugeint for compressed materialization strings by 
<a href="https://github.com/lnkuiper";><code>@​lnkuiper</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18128";>duckdb/duckdb#18128</a></li>
   <li>Throw internal exception on corrupted roaring bitmap offsets by <a 
href="https://github.com/taniabogatsch";><code>@​taniabogatsch</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18130";>duckdb/duckdb#18130</a></li>
   <li>Allow .tsv as an accepted db file by <a 
href="https://github.com/pdet";><code>@​pdet</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18133";>duckdb/duckdb#18133</a></li>
   <li>Fixing CSV Fuzzer issues by <a 
href="https://github.com/pdet";><code>@​pdet</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18134";>duckdb/duckdb#18134</a></li>
   <li>Bump iceberg for 1.3.2, from <a 
href="https://github.com/Tishj";><code>@​Tishj</code></a>, and bumping also 
httpfs by <a href="https://github.com/carlopi";><code>@​carlopi</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18148";>duckdb/duckdb#18148</a></li>
   <li>Internal <a 
href="https://redirect.github.com/duckdb/duckdb/issues/5245";>#5245</a>: AsOf 
NLJ Comparisons by <a 
href="https://github.com/hawkfish";><code>@​hawkfish</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18159";>duckdb/duckdb#18159</a></li>
   <li>Add internal exceptions to compression paths to prevent segmentation 
violations by <a 
href="https://github.com/taniabogatsch";><code>@​taniabogatsch</code></a> in <a 
href="https://redirect.github.com/duckdb/duckdb/pull/18151";>duckdb/duckdb#18151</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/ee5686f1b3d5a386ad4ad2939694e26df4180046";><code>ee5686f</code></a>
 bump julia to v1.3.1 (<a 
href="https://redirect.github.com/duckdb/duckdb/issues/17966";>#17966</a>)</li>
   <li><a 
href="https://github.com/duckdb/duckdb/commit/148396fcf3762a0fa6c8a33e6a03613c5c8c356c";><code>148396f</code></a>
 bump julia to v1.3.1</li>
   <li>See full diff in <a 
href="https://github.com/duckdb/duckdb/compare/v1.3.1...v1.3.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=duckdb&package-manager=pip&previous-version=1.3.1&new-version=1.3.2)](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