chore(release): backport credential vending removal and blob handling (#5737, #5790, #5801, #5796)#5808
Merged
jackye1995 merged 4 commits intorelease/v1.0from Jan 26, 2026
Conversation
This PR will expose blob handling APIs to python so that users can just scan all blobs as binary. --- **Parts of this PR were drafted with assistance from Codex (with `gpt-5.2`) and fully reviewed and edited by me. I take full responsibility for all changes.** --------- Co-authored-by: Will Jones <willjones127@gmail.com>
This PR will add blob handling support for fragment --- **Parts of this PR were drafted with assistance from Codex (with `gpt-5.2`) and fully reviewed and edited by me. I take full responsibility for all changes.**
Contributor
Code Review SummaryThis cherry-pick backport looks good to merge. The changes correctly expose the ObservationsNo P0/P1 issues found. The implementation:
Minor Note (informational, not blocking)The docstring for LGTM for merge. ✓ |
…#5737) Fixing hanging Spark test: lance-format/lance-spark#177 Without this fix, the additioanl azure and gcp dependencies in credentials vending featrues pulled in native-tls, which requires installing openssl 1.1. When not present, Spark hangs because rust execution fails in a separated thread and it fails silently, and then a semaphore keeps waiting for result. For why it fails silently rather than propagating back, that's another fix needed in Spark, but should not block the release of 2.0.0
Fix typo in python.
jackye1995
approved these changes
Jan 26, 2026
Contributor
|
known test failures due to pandas 3, merging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick from main:
Notes:
Verification: