-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat: impl StructArray -- create schema, insert, and retrieve data #42855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
sre-ci-robot
merged 72 commits into
milvus-io:master
from
SpadeA-Tang:emb-list-insert-data
Jul 26, 2025
Merged
Changes from 60 commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
75d0a10
impl VectorArray as an internal representation of proto::schema::Vect…
SpadeA-Tang 1852c0d
parse schema from proto
SpadeA-Tang 0fcbbc0
can read from sealed segment and growing segment
SpadeA-Tang f5ae9a5
update test
SpadeA-Tang 56cd780
resolve conflict
SpadeA-Tang efcb89d
add vector array for storage
SpadeA-Tang 2b2b296
add tests
SpadeA-Tang df24a8b
update code for proto name change
SpadeA-Tang be261df
update for proto change
SpadeA-Tang ee7b259
add struct array fields in colelction
SpadeA-Tang e953909
add test
SpadeA-Tang 25a7d6e
add tests
SpadeA-Tang b1a30b8
adjust for proto change
SpadeA-Tang 15e1899
udpate for proto change
SpadeA-Tang 8460594
update proto
SpadeA-Tang 1d11cfa
fix test
SpadeA-Tang b66aaed
update comment; update proto
SpadeA-Tang 2b52262
update proto and fix
SpadeA-Tang 842d1c0
fix build error
SpadeA-Tang e6626d9
address comments
SpadeA-Tang 770bed1
fix test
SpadeA-Tang 41e6a71
fix test
SpadeA-Tang da5864f
fix test
SpadeA-Tang b211f3b
Merge branch 'emb-list-create-schema' into emb-list-insert-data
SpadeA-Tang 0d91e50
Merge branch 'emb-list-array-vector-go' into emb-list-insert-data
SpadeA-Tang 8354843
Merge branch 'emb-list-array-vector-segcore' into emb-list-insert-data
SpadeA-Tang 60992fd
check and flatten struct data in pre execute
SpadeA-Tang c757a4c
ban nullable
SpadeA-Tang 9897539
Merge branch 'emb-list-create-schema' into emb-list-insert-data
SpadeA-Tang 580f00c
update schema helper
SpadeA-Tang 167b83e
check and flatten struct array in pre-execute
SpadeA-Tang 84b6dba
retrieve data:
SpadeA-Tang 67ff93e
Merge branch 'master' into emb-list-insert-data
SpadeA-Tang 839bff6
field id
SpadeA-Tang 87d66ae
Merge branch 'master' into emb-list-create-schema
SpadeA-Tang 29a75b9
rebase
SpadeA-Tang 9102566
fix tests
SpadeA-Tang 60b05d4
fix fmt
SpadeA-Tang 2d9107c
Merge branch 'master' into emb-list-array-vector-go
SpadeA-Tang 6c136f1
fix fielddata nil
SpadeA-Tang cbcb6b7
rebase
SpadeA-Tang 3220abe
fix compile
SpadeA-Tang ac67bf9
merge storage impl in go
SpadeA-Tang 550f5fa
Merge branch 'emb-list-create-schema' into emb-list-insert-data
SpadeA-Tang d19c90b
rebase
SpadeA-Tang 7b43afa
rebase
SpadeA-Tang 5e4e51d
add mix compaction test
SpadeA-Tang 7526086
fix dynamic field flatten
SpadeA-Tang 944299c
rebase
SpadeA-Tang a94ec0c
[skip e2e]rm redundant comment
SpadeA-Tang daf28ed
fix build error
SpadeA-Tang d316f20
polish code and add tests
SpadeA-Tang eae6d48
add comments
SpadeA-Tang dc0e1fd
rebase
SpadeA-Tang ad9920f
remove redundant test
SpadeA-Tang fdb9375
rebase
SpadeA-Tang e6c1e8d
fix test
SpadeA-Tang cbc5614
add checks
SpadeA-Tang 5f61f54
address comment
SpadeA-Tang f83fb1e
rebase
SpadeA-Tang 7743a98
address comments
SpadeA-Tang ad1f616
trigger ci
SpadeA-Tang aff06a6
Merge branch 'master' into emb-list-insert-data
SpadeA-Tang c7021cc
fix test compile
SpadeA-Tang 335a968
rebase
SpadeA-Tang 496e726
rebase
SpadeA-Tang abed064
fix test
SpadeA-Tang 14528e7
rebase
SpadeA-Tang 5a1c284
rebase
SpadeA-Tang ac56fed
rebase
SpadeA-Tang e111562
refine ValueDeserializer
SpadeA-Tang cade279
rebase
SpadeA-Tang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.