fix(lance): Support Lance file format on Spark 4.1#18760
Merged
Conversation
yihua
reviewed
May 18, 2026
Collaborator
|
LTGM once the ci is green. |
Collaborator
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #18760 +/- ##
==========================================
Coverage 68.14% 68.15%
- Complexity 29094 29156 +62
==========================================
Files 2517 2521 +4
Lines 141113 141371 +258
Branches 17508 17549 +41
==========================================
+ Hits 96160 96348 +188
- Misses 37046 37088 +42
- Partials 7907 7935 +28
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
yihua
pushed a commit
that referenced
this pull request
May 20, 2026
dwshmilyss
pushed a commit
to dwshmilyss/hudi
that referenced
this pull request
May 21, 2026
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.
Describe the issue this Pull Request addresses
Closes #18607.
Lance tests were previously skipped on the Spark 4.1 profile because only the
lance-spark-4.0_2.13artifact was available.Summary and Changelog
lance.spark.artifactfromlance-spark-4.0_2.13tolance-spark-4.1_2.13.lance.skip.teststofalseso Lance tests run under the Spark 4.1 profile.Impact
Test-only. No public API or runtime behavior change.
Risk Level
none
Documentation Update
none
Contributor's checklist