fix: fix inconsistent metadata when executing multiple statements#40
Merged
jackye1995 merged 1 commit intolance-format:mainfrom Aug 6, 2025
Merged
Conversation
Contributor
Author
|
The reason here is the dataset cache in executors is out of date. So adding a scanId in the cache key could fix the issue. I think eventually we need to eliminate the dataset dependency in reader tasks. But this may be a long story. |
Contributor
Author
|
@yanghua Could you help triggering ci again? |
|
@majin1102 Have triggered. |
jackye1995
approved these changes
Aug 6, 2025
Contributor
jackye1995
left a comment
There was a problem hiding this comment.
nice, I was noticing the issue and about to fix it. Looks good to me!
jiaoew1991
pushed a commit
to jiaoew1991/lance-spark
that referenced
this pull request
Sep 16, 2025
…nce-format#40) fix lance-format#16 Co-authored-by: majin.nathan <majin.nathan@bytedance.com>
jiaoew1991
pushed a commit
to jiaoew1991/lance-spark
that referenced
this pull request
Dec 1, 2025
…nce-format#40) fix lance-format#16 Co-authored-by: majin.nathan <majin.nathan@bytedance.com>
jiaoew1991
pushed a commit
to jiaoew1991/lance-spark
that referenced
this pull request
Feb 25, 2026
…nce-format#40) fix lance-format#16 Co-authored-by: majin.nathan <majin.nathan@bytedance.com>
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.
fix #16