You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/21 05:11:34 UTC

[GitHub] [iceberg] dependabot[bot] opened a new pull request, #7673: Build: Bump duckdb from 0.7.1 to 0.8.0 in /python

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

   Bumps [duckdb](https://github.com/duckdb/duckdb) from 0.7.1 to 0.8.0.
   <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>0.8.0 Preview Release &quot;Fulvigula&quot;</h2>
   <p>This preview release of DuckDB is named &quot;Fulvigula&quot; after the <a href="https://en.wikipedia.org/wiki/Mottled_duck">Mottled duck (Anas fulvigula)</a> which lives in the Gulf of Mexico, where it is apparently highly prized amongst (heartless) hunters.</p>
   <p>There are <strong>two SQL-level breaking changes</strong> in this release:</p>
   <ul>
   <li><a href="https://redirect.github.com/duckdb/duckdb/pull/7174">duckdb/duckdb#7174</a> The default sort order switched from <code>NULLS FIRST</code> to <code>NULLS LAST</code> because this is more intuitive, especially in conjunction with <code>LIMIT</code>.</li>
   <li><a href="https://redirect.github.com/duckdb/duckdb/pull/7082">duckdb/duckdb#7082</a> The division operator <code>/</code> will now always lead to a floating point result even with integer parameters. The new operator <code>//</code> retains the old semantics. This change is consistent with Python.</li>
   </ul>
   <p>Note: Again, this release introduces a backwards-incompatible change to the on-disk storage format. We suggest you use the <code>EXPORT DATABASE</code> command with the old version followed by <code>IMPORT DATABASE</code> with the new version to migrate your data. See the <a href="https://duckdb.org/docs/sql/statements/export">documentation</a> for details.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Issue 5984 <a href="https://redirect.github.com/duckdb/duckdb/issues/4">#4</a> LogicalColumnIndex out of range Error by <a href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6303">duckdb/duckdb#6303</a></li>
   <li>Implementing Integration with PyTorch by <a href="https://github.com/pdet"><code>@​pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6295">duckdb/duckdb#6295</a></li>
   <li>Implement <a href="https://redirect.github.com/duckdb/duckdb/issues/4941">#4941</a>: Python client: for streaming fetches construct a streaming result (fetch_one, record_batch_reader, etc) by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6346">duckdb/duckdb#6346</a></li>
   <li>Implement sharable Buffer Pool across DatabaseInstances by <a href="https://github.com/jkub"><code>@​jkub</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6299">duckdb/duckdb#6299</a></li>
   <li>Add table functions range and generate_series for TIMESTAMPTZ by <a href="https://github.com/papparapa"><code>@​papparapa</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6285">duckdb/duckdb#6285</a></li>
   <li>Add Initial DuckDB Swift API by <a href="https://github.com/tcldr"><code>@​tcldr</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6351">duckdb/duckdb#6351</a></li>
   <li>Integration with TensorFlow Tensors by <a href="https://github.com/pdet"><code>@​pdet</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6348">duckdb/duckdb#6348</a></li>
   <li>Windows - remove delayload code and enable statically linking extensions by default by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6399">duckdb/duckdb#6399</a></li>
   <li>Add support for Pivot/Unpivot statements by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6387">duckdb/duckdb#6387</a></li>
   <li>[C-API] Add support for StreamQueryResult by <a href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6318">duckdb/duckdb#6318</a></li>
   <li>[Swift] add remaining non-composite types by <a href="https://github.com/tcldr"><code>@​tcldr</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6422">duckdb/duckdb#6422</a></li>
   <li>[Swift] Add Prepared Statements by <a href="https://github.com/tcldr"><code>@​tcldr</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6459">duckdb/duckdb#6459</a></li>
   <li>[Python] Exclude jemalloc files while pip install on Android OS by <a href="https://github.com/papparapa"><code>@​papparapa</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6450">duckdb/duckdb#6450</a></li>
   <li>CI: Swap cron for repository_dispatch by <a href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6498">duckdb/duckdb#6498</a></li>
   <li>CI improvements + add version badge to README by <a href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6493">duckdb/duckdb#6493</a></li>
   <li>Storage: store lists as uint64 offsets instead of as list_entry_t by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6499">duckdb/duckdb#6499</a></li>
   <li>two changes facilitating  sending table/column stats over the wire (M… by <a href="https://github.com/peterboncz"><code>@​peterboncz</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6440">duckdb/duckdb#6440</a></li>
   <li>Rework Value class internals to have a similar structure to LogicalType and others by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6503">duckdb/duckdb#6503</a></li>
   <li>Remove unswizzle flag from SortedData::Unswizzle by <a href="https://github.com/lnkuiper"><code>@​lnkuiper</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6501">duckdb/duckdb#6501</a></li>
   <li>[Swift] Add Appender by <a href="https://github.com/tcldr"><code>@​tcldr</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6482">duckdb/duckdb#6482</a></li>
   <li>JDBC: Remove DuckDBDatabase by <a href="https://github.com/MariusVolkhart"><code>@​MariusVolkhart</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6426">duckdb/duckdb#6426</a></li>
   <li>Add nan and inf arithmetic by <a href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6415">duckdb/duckdb#6415</a></li>
   <li>Update <code>tools/rpkg</code> README.md by <a href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6530">duckdb/duckdb#6530</a></li>
   <li>Merge feature into master by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6534">duckdb/duckdb#6534</a></li>
   <li>Restrict threads for reliability. by <a href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6540">duckdb/duckdb#6540</a></li>
   <li>Replace replace with format strings by <a href="https://github.com/domoritz"><code>@​domoritz</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6542">duckdb/duckdb#6542</a></li>
   <li>Add missing escape for &quot; by <a href="https://github.com/domoritz"><code>@​domoritz</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6543">duckdb/duckdb#6543</a></li>
   <li>Blob <!-- raw HTML omitted --> Bitstring casting  by <a href="https://github.com/LindsayWray"><code>@​LindsayWray</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6488">duckdb/duckdb#6488</a></li>
   <li>Mapfunctions:  map_entries, map_values, map_keys by <a href="https://github.com/LindsayWray"><code>@​LindsayWray</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6522">duckdb/duckdb#6522</a></li>
   <li>Issue <a href="https://redirect.github.com/duckdb/duckdb/issues/5920">#5920</a>: Ordered Aggregate Buffering by <a href="https://github.com/hawkfish"><code>@​hawkfish</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6539">duckdb/duckdb#6539</a></li>
   <li>Handle SQL-tagged strings correctly with dplyr::tbl, fixes <a href="https://redirect.github.com/duckdb/duckdb/issues/6506">#6506</a> by <a href="https://github.com/rsund"><code>@​rsund</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6536">duckdb/duckdb#6536</a></li>
   <li>CI: Update Swift.yml by <a href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6553">duckdb/duckdb#6553</a></li>
   <li>Update SwiftRelease.yml by <a href="https://github.com/carlopi"><code>@​carlopi</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6554">duckdb/duckdb#6554</a></li>
   <li>Java: Implement JDBC 4.1 by <a href="https://github.com/MariusVolkhart"><code>@​MariusVolkhart</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6376">duckdb/duckdb#6376</a></li>
   <li>Bitstring aggregations by <a href="https://github.com/LindsayWray"><code>@​LindsayWray</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6417">duckdb/duckdb#6417</a></li>
   <li>Make our default <code>threads</code> setting Cgroup-aware on Linux by <a href="https://github.com/Tishj"><code>@​Tishj</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6550">duckdb/duckdb#6550</a></li>
   <li>[Swift] Add composite type support by <a href="https://github.com/tcldr"><code>@​tcldr</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6557">duckdb/duckdb#6557</a></li>
   <li>Statistics Rework: Switch to single BaseStatistics class, use separate static classes for methods on the stats instead by <a href="https://github.com/Mytherin"><code>@​Mytherin</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6560">duckdb/duckdb#6560</a></li>
   <li>Introduce Syntax for SEMI and ANTI joins by <a href="https://github.com/Tmonster"><code>@​Tmonster</code></a> in <a href="https://redirect.github.com/duckdb/duckdb/pull/6480">duckdb/duckdb#6480</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/a01fd5a23c389adac84aa39b3a948614ec5dae7b"><code>a01fd5a</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/7533">#7533</a> from hannes/rplatformmingwrtools</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/98227adbe5e01c8d18a08b0aabf4dd1a26ba26e3"><code>98227ad</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/7534">#7534</a> from Tishj/python_query_multiple_statements</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/11452b11fbb7dc333a72daa84a08c14a7e44f487"><code>11452b1</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/7505">#7505</a> from Tishj/python_read_json_improvements</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/99546fe2061822a6033b9a38ea48f6abda6456fc"><code>99546fe</code></a> properly release gil before fetching from the stream query result</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/4e856aa5296a1693c242637c689759e4d389b063"><code>4e856aa</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/7526">#7526</a> from Mytherin/pandasscanalias</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/707acedeea6722c51cb4a2e430b4adbfaad22553"><code>707aced</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/7525">#7525</a> from hannes/runexportsql</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/3fa7c4cb958cc27347b46e395090677f5aef8f57"><code>3fa7c4c</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/7516">#7516</a> from Tishj/safe_unique_ptr_2</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/1bcdb92b7ecadca50b708a8d35a7a08246ccaf3e"><code>1bcdb92</code></a> changing platform define for mingw</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/8ddb220451cfd8269d5e7b114646bfce8c644670"><code>8ddb220</code></a> Alias replacement scans to table name if no explicit alias is provided by the...</li>
   <li><a href="https://github.com/duckdb/duckdb/commit/59a4ec3adce7e2bf67fe62912a8128bcbb6db0be"><code>59a4ec3</code></a> Merge pull request <a href="https://redirect.github.com/duckdb/duckdb/issues/7512">#7512</a> from carlopi/fixamaldebug</li>
   <li>Additional commits viewable in <a href="https://github.com/duckdb/duckdb/compare/v0.7.1...v0.8.0">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=0.7.1&new-version=0.8.0)](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 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-unsubscribe@iceberg.apache.org

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


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


[GitHub] [iceberg] Fokko merged pull request #7673: Build: Bump duckdb from 0.7.1 to 0.8.0 in /python

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko merged PR #7673:
URL: https://github.com/apache/iceberg/pull/7673


-- 
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-unsubscribe@iceberg.apache.org

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


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