feat: add extended properties to manifest namespace#5738
Closed
wojiaodoubao wants to merge 2 commits intolance-format:mainfrom
Closed
feat: add extended properties to manifest namespace#5738wojiaodoubao wants to merge 2 commits intolance-format:mainfrom
wojiaodoubao wants to merge 2 commits intolance-format:mainfrom
Conversation
63fba94 to
a6811e6
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
a6811e6 to
c993c74
Compare
4 tasks
ff3d05c to
60fc848
Compare
60fc848 to
8c35313
Compare
wojiaodoubao
commented
Jan 19, 2026
| lance-namespace = { version = "=2.0.0-beta.10", path = "./rust/lance-namespace" } | ||
| lance-namespace-impls = { version = "=2.0.0-beta.10", path = "./rust/lance-namespace-impls" } | ||
| lance-namespace-reqwest-client = { version = "=0.4.5" } | ||
| lance-namespace-reqwest-client = { git = "https://github.com/wojiaodoubao/lance-namespace", branch = "rest-table-properties" } |
Contributor
Author
There was a problem hiding this comment.
There is a blocker lance-format/lance-namespace#299. Make it depending on the repo so the code works temporarily.
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.
This is a sub-task of the partitioned namespace, designed to introduce the concept of extended properties into the manifest namespace. The PartitionedNamespace will use extended properties to store partition fields.