dependabot[bot] opened a new pull request, #619: URL: https://github.com/apache/hudi-rs/pull/619
Updates the requirements on [lance-core](https://github.com/lance-format/lance) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lance-format/lance/releases">lance-core's releases</a>.</em></p> <blockquote> <h2>v6.0.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Bug Fixes đ</h3> <ul> <li>fix: drop stale has_all_zeros guard so block bitpack engages on rep/def by <a href="https://github.com/pengw0048"><code>@âpengw0048</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6629">lance-format/lance#6629</a></li> <li>fix(optimize): fix stale OCC read_version in distributed compaction to prevent row resurrection by <a href="https://github.com/xiaguanglei"><code>@âxiaguanglei</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6653">lance-format/lance#6653</a></li> <li>fix: avoid nested tokio runtime panic in AWS credential vendor by <a href="https://github.com/jackye1995"><code>@âjackye1995</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6689">lance-format/lance#6689</a></li> <li>fix: simplify column-map expressions before physical planning by <a href="https://github.com/westonpace"><code>@âwestonpace</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6698">lance-format/lance#6698</a></li> <li>fix(encoding): support sparse boolean lists in full-zip encoding by <a href="https://github.com/shenganzhang"><code>@âshenganzhang</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6723">lance-format/lance#6723</a></li> <li>fix: use multipart-aware put for transaction file writes by <a href="https://github.com/jackye1995"><code>@âjackye1995</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6750">lance-format/lance#6750</a></li> <li>fix: complex all-null list struct decoding by <a href="https://github.com/Xuanwo"><code>@âXuanwo</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6771">lance-format/lance#6771</a></li> <li>fix: decode constant list struct children by <a href="https://github.com/Xuanwo"><code>@âXuanwo</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6801">lance-format/lance#6801</a></li> <li>fix(encoding): fail cleanly when blob data fails to load by <a href="https://github.com/nsLance"><code>@ânsLance</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6817">lance-format/lance#6817</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lance-format/lance/compare/v6.0.0...v6.0.1">https://github.com/lance-format/lance/compare/v6.0.0...v6.0.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lance-format/lance/blob/main/release_process.md">lance-core's changelog</a>.</em></p> <blockquote> <h1>Release Process</h1> <p>Lance maintains a linear commit history with a controlled release process.</p> <ul> <li>All pull requests are merged into the <code>main</code> branch first.</li> <li>Beta releases (or preview releases) are created on-demand from the <code>main</code> branch.</li> <li>Stable releases (non-prereleases) are created only after a voting process and come from a release branch <code>release/vX.Y</code>. These are typically created once every two weeks.</li> <li>Release Candidates (RC) are created from release branches prior to voting.</li> <li>Minor releases can be cut from either main branch or an existing release branch (when main is targeting a major release).</li> <li>Patch releases are created by committing fixes directly to the release branch, voting on a new RC, and releasing.</li> <li>All changes (features, fixes) must be committed to main first, then cherry-picked to release branches as needed.</li> </ul> <pre lang="mermaid"><code>gitGraph commit branch feature checkout feature commit checkout main merge feature branch bugfix checkout bugfix commit id: "bugfix" checkout main branch "release/v1.4" checkout "release/v1.4" commit tag: "1.4.0-rc.1" commit tag: "1.4.0" checkout main merge bugfix commit id: "merged" checkout "release/v1.4" cherry-pick id: "merged" commit tag: "1.4.1-rc.1" commit tag: "1.4.1" checkout main commit tag: "2.0.0-beta.1" id: "breaking" checkout "release/v1.4" cherry-pick id: "breaking" tag: "1.5.0-rc.1" branch "release/v1.5" checkout "release/v1.5" commit tag: "1.5.0" <p></code></pre></p> <h2>Version Semantics</h2> <p>Lance uses version numbers inspired by semantic versioning, but with flexibility for practical release management. Specifically, minor releases can be cut from existing release branches when the main branch is targeting a major release.</p> <h3>Version Format</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lance-format/lance/commit/609f2a7548f56285e19c4a3788ceee968aacd6cc"><code>609f2a7</code></a> chore: release version 6.0.1</li> <li><a href="https://github.com/lance-format/lance/commit/c13739b7f6556b5a2257115b65e2df6559e3b76e"><code>c13739b</code></a> chore: release candidate 6.0.1-rc.2</li> <li><a href="https://github.com/lance-format/lance/commit/eeb5088003d75f16084fe58fb3cbbdd87893115d"><code>eeb5088</code></a> fix(encoding): support sparse boolean lists in full-zip encoding (<a href="https://redirect.github.com/lance-format/lance/issues/6723">#6723</a>)</li> <li><a href="https://github.com/lance-format/lance/commit/9fcc31255032e19bb4bbedac974e90666a6029ab"><code>9fcc312</code></a> fix: decode constant list struct children (<a href="https://redirect.github.com/lance-format/lance/issues/6801">#6801</a>)</li> <li><a href="https://github.com/lance-format/lance/commit/a12daa3d7c7ff442bc2ebbe63f7d061e98742c9e"><code>a12daa3</code></a> fix(encoding): fail cleanly when blob data fails to load (<a href="https://redirect.github.com/lance-format/lance/issues/6817">#6817</a>)</li> <li><a href="https://github.com/lance-format/lance/commit/9a4ed8ea2f889c2895f9b33c8d76a4c210bcdaa7"><code>9a4ed8e</code></a> fix: complex all-null list struct decoding (<a href="https://redirect.github.com/lance-format/lance/issues/6771">#6771</a>)</li> <li><a href="https://github.com/lance-format/lance/commit/a6ba4cd8298275b3189793c1e6fc049a7af8a5d8"><code>a6ba4cd</code></a> fix: drop stale has_all_zeros guard so block bitpack engages on rep/def (<a href="https://redirect.github.com/lance-format/lance/issues/6629">#6629</a>)</li> <li><a href="https://github.com/lance-format/lance/commit/4d8b885d3979de7f3b51be705b518ac34482a4c2"><code>4d8b885</code></a> fix: use multipart-aware put for transaction file writes (<a href="https://redirect.github.com/lance-format/lance/issues/6750">#6750</a>)</li> <li><a href="https://github.com/lance-format/lance/commit/f900042d138be50f812e840899ae614963c50a8f"><code>f900042</code></a> fix(optimize): fix stale OCC read_version in distributed compaction to preven...</li> <li><a href="https://github.com/lance-format/lance/commit/110a5adcafe00e453d1d8d5467c5b8f63791f94f"><code>110a5ad</code></a> fix: avoid nested tokio runtime panic in AWS credential vendor (<a href="https://redirect.github.com/lance-format/lance/issues/6689">#6689</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lance-format/lance/compare/v4.0.1...v6.0.1">compare view</a></li> </ul> </details> <br /> 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]
