dependabot[bot] opened a new pull request, #616: URL: https://github.com/apache/hudi-rs/pull/616
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.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Breaking Changes đ </h3> <ul> <li>refactor!: vendor the tokenizer stack into lance by <a href="https://github.com/Xuanwo"><code>@âXuanwo</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6512">lance-format/lance#6512</a></li> <li>perf!: run scheduler initialize eagerly in async read_tasks by <a href="https://github.com/westonpace"><code>@âwestonpace</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6710">lance-format/lance#6710</a></li> </ul> <h3>New Features đ</h3> <ul> <li>feat: support segmented inverted index build and search by <a href="https://github.com/Xuanwo"><code>@âXuanwo</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6305">lance-format/lance#6305</a></li> <li>feat(dictionary-namespace): support table related operation by <a href="https://github.com/zhangyue19921010"><code>@âzhangyue19921010</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6308">lance-format/lance#6308</a></li> <li>feat: clean up transaction files on failed commits by <a href="https://github.com/wjones127"><code>@âwjones127</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6319">lance-format/lance#6319</a></li> <li>feat: add planned blob reads with source-level coalescing by <a href="https://github.com/Xuanwo"><code>@âXuanwo</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6352">lance-format/lance#6352</a></li> <li>refactor: use exact base-scoped store bindings by <a href="https://github.com/Xuanwo"><code>@âXuanwo</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6422">lance-format/lance#6422</a></li> <li>feat: wire batch_size_bytes to Python and public Rust API by <a href="https://github.com/westonpace"><code>@âwestonpace</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6428">lance-format/lance#6428</a></li> <li>feat(vector): add partition search parallelism by <a href="https://github.com/BubbleCal"><code>@âBubbleCal</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6475">lance-format/lance#6475</a></li> <li>feat(index): support float16 and float64 in IVF_FLAT by <a href="https://github.com/BubbleCal"><code>@âBubbleCal</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6476">lance-format/lance#6476</a></li> <li>feat: batch chopping fallback for filtered read by <a href="https://github.com/westonpace"><code>@âwestonpace</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6482">lance-format/lance#6482</a></li> <li>feat(java): add Dataset.sample() API by <a href="https://github.com/beinan"><code>@âbeinan</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6500">lance-format/lance#6500</a></li> <li>feat: add ANN proto codecs and extract table_identifier module by <a href="https://github.com/LuQQiu"><code>@âLuQQiu</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6503">lance-format/lance#6503</a></li> <li>feat: add configurable blob v2 pack file size by <a href="https://github.com/hamersaw"><code>@âhamersaw</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6508">lance-format/lance#6508</a></li> <li>feat: expose has_stable_row_ids property on LanceDataset by <a href="https://github.com/pengw0048"><code>@âpengw0048</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6531">lance-format/lance#6531</a></li> <li>feat: expose base scoped store bindings to python by <a href="https://github.com/zhangyue19921010"><code>@âzhangyue19921010</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6547">lance-format/lance#6547</a></li> <li>feat: support zonemap index segments by <a href="https://github.com/beinan"><code>@âbeinan</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6593">lance-format/lance#6593</a></li> <li>feat: update lance-namespace to 0.7.2 and align namespace declared table lifecycle by <a href="https://github.com/jackye1995"><code>@âjackye1995</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6608">lance-format/lance#6608</a></li> <li>feat: generalize dynamic object store credentials by <a href="https://github.com/jackye1995"><code>@âjackye1995</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6609">lance-format/lance#6609</a></li> <li>feat: add ANNIvfPartitionExecProto by <a href="https://github.com/LuQQiu"><code>@âLuQQiu</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6612">lance-format/lance#6612</a></li> <li>feat: add prefilter_type to ANNIvfSubIndexExecProto by <a href="https://github.com/LuQQiu"><code>@âLuQQiu</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6613">lance-format/lance#6613</a></li> <li>feat: replace Azure SDK and google-cloud-auth with direct reqwest for credential vending by <a href="https://github.com/jackye1995"><code>@âjackye1995</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6617">lance-format/lance#6617</a></li> <li>feat(io): bypass backpressure for io_buffer_size=0 and 2.0 indirect I/O by <a href="https://github.com/westonpace"><code>@âwestonpace</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6627">lance-format/lance#6627</a></li> </ul> <h3>Bug Fixes đ</h3> <ul> <li>fix: warn and clamp LANCE_INITIAL_UPLOAD_SIZE instead of panicking by <a href="https://github.com/LuciferYang"><code>@âLuciferYang</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6389">lance-format/lance#6389</a></li> <li>fix: keep delete-by-source fast path with scalar indexes by <a href="https://github.com/Xuanwo"><code>@âXuanwo</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6435">lance-format/lance#6435</a></li> <li>fix: include column_metadatas and column_infos in CachedFileMetadata::DeepSizeOf by <a href="https://github.com/jiaoew1991"><code>@âjiaoew1991</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6480">lance-format/lance#6480</a></li> <li>fix(index): preserve fts prewarm position codec by <a href="https://github.com/BubbleCal"><code>@âBubbleCal</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6485">lance-format/lance#6485</a></li> <li>fix: handle FlatBin quantization in optimize_vector_indices_v2 by <a href="https://github.com/jackye1995"><code>@âjackye1995</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6488">lance-format/lance#6488</a></li> <li>fix: use logical OR instead of bitwise OR in conflict resolver by <a href="https://github.com/dentiny"><code>@âdentiny</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6492">lance-format/lance#6492</a></li> <li>fix: add dir_listing_to_manifest_migration_enabled flag to avoid extra object store calls by <a href="https://github.com/jackye1995"><code>@âjackye1995</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6507">lance-format/lance#6507</a></li> <li>fix: prevent arithmetic overflow in U64Segment encoding selection for sparse/extreme row id ranges by <a href="https://github.com/ivscheianu"><code>@âivscheianu</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6516">lance-format/lance#6516</a></li> <li>fix: bump jieba-rs to 0.9.0 to fix build-no-lock CI by <a href="https://github.com/westonpace"><code>@âwestonpace</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6518">lance-format/lance#6518</a></li> <li>fix: blob projection schema compatibility by <a href="https://github.com/Xuanwo"><code>@âXuanwo</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6521">lance-format/lance#6521</a></li> <li>fix(namespace): serialize manifest mutations by <a href="https://github.com/Xuanwo"><code>@âXuanwo</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6525">lance-format/lance#6525</a></li> <li>fix: missing bumpversion entry for lance-tokenizer by <a href="https://github.com/Xuanwo"><code>@âXuanwo</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6526">lance-format/lance#6526</a></li> <li>fix: scale default memory pool size by partition count by <a href="https://github.com/westonpace"><code>@âwestonpace</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6562">lance-format/lance#6562</a></li> <li>fix: apply fragment bitmap allow-list to index search results by <a href="https://github.com/westonpace"><code>@âwestonpace</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6563">lance-format/lance#6563</a></li> <li>fix: hard cap batch size in merge_insert to prevent sort failures by <a href="https://github.com/westonpace"><code>@âwestonpace</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6564">lance-format/lance#6564</a></li> <li>fix: index type try_from miss RTree and BLOOMFILTER by <a href="https://github.com/wojiaodoubao"><code>@âwojiaodoubao</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6568">lance-format/lance#6568</a></li> <li>fix(namespace): align error handling with namespace spec by <a href="https://github.com/jackye1995"><code>@âjackye1995</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6575">lance-format/lance#6575</a></li> <li>fix: reject Rewrite vs CreateIndex when FRI groups straddle bitmap by <a href="https://github.com/wjones127"><code>@âwjones127</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6610">lance-format/lance#6610</a></li> <li>fix(json): detect float64-stored numbers in json type extraction by <a href="https://github.com/dentiny"><code>@âdentiny</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6622">lance-format/lance#6622</a></li> <li>fix: respect LANCE_DEFAULT_IO_BUFFER_SIZE if it has been set by <a href="https://github.com/westonpace"><code>@âwestonpace</code></a> in <a href="https://redirect.github.com/lance-format/lance/pull/6636">lance-format/lance#6636</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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/24d578702d5a1dd3cb0ee1e249b4eeacc1e3dc5c"><code>24d5787</code></a> chore: release version 6.0.0</li> <li><a href="https://github.com/lance-format/lance/commit/cadf921ba417e63115018b8e2d4bba8b7b4257a4"><code>cadf921</code></a> chore: release candidate 6.0.0-rc.4</li> <li><a href="https://github.com/lance-format/lance/commit/126e16da2e1a36d0e83ce875161c3278dab304c3"><code>126e16d</code></a> perf!: run scheduler initialize eagerly in async read_tasks (<a href="https://redirect.github.com/lance-format/lance/issues/6710">#6710</a>)</li> <li><a href="https://github.com/lance-format/lance/commit/76c984e89287b319aebe9cf6ee06f3f85c4048d9"><code>76c984e</code></a> perf: revert inline scheduling (<a href="https://redirect.github.com/lance-format/lance/issues/6709">#6709</a>)</li> <li><a href="https://github.com/lance-format/lance/commit/f479474deffecbbd1f00c1512d9e83dd4b560df1"><code>f479474</code></a> chore: release candidate 6.0.0-rc.3</li> <li><a href="https://github.com/lance-format/lance/commit/840f0ce116ce859281924a86a211c596ce9db2f9"><code>840f0ce</code></a> perf: avoid materializing RoaringBitmap::full() in fragment allow-list (<a href="https://redirect.github.com/lance-format/lance/issues/6664">#6664</a>)</li> <li><a href="https://github.com/lance-format/lance/commit/2513dbdd5e32a32817b62de05a95bd2cf1bcf1bb"><code>2513dbd</code></a> chore: release candidate 6.0.0-rc.2</li> <li><a href="https://github.com/lance-format/lance/commit/66f4745e7a66f0a3016e05ad6c5846007e6ec60e"><code>66f4745</code></a> fix: make vector distance schema nullable (<a href="https://redirect.github.com/lance-format/lance/issues/6649">#6649</a>)</li> <li><a href="https://github.com/lance-format/lance/commit/d4829daa4bae956402765282e5f7896aae12341f"><code>d4829da</code></a> chore: release candidate 6.0.0-rc.1</li> <li><a href="https://github.com/lance-format/lance/commit/2fb9b2848193bc58ba45bf4371f52ea53386a658"><code>2fb9b28</code></a> ci: mark cargo.lock as linguist generated (<a href="https://redirect.github.com/lance-format/lance/issues/6635">#6635</a>)</li> <li>Additional commits viewable in <a href="https://github.com/lance-format/lance/compare/v4.0.1...v6.0.0">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]
