-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: Add Set as feature type #5888
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
franciscojavierarceo
merged 11 commits into
master
from
copilot/add-set-as-feature-type
Jan 29, 2026
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
821b1f2
Add Set types to Feast type system
franciscojavierarceo 8ba622e
Fix Milvus integration for Set types
franciscojavierarceo a56b774
Fix item_id type mismatch in milvus test
franciscojavierarceo 325edb7
Apply ruff formatting
franciscojavierarceo 947bfb7
Merge branch 'master' into copilot/add-set-as-feature-type
franciscojavierarceo 191782b
refactor: Extract Set type conversion to separate function
franciscojavierarceo 45251de
Apply ruff formatting to refactored code
franciscojavierarceo 2ad1eec
Delete test_registry
franciscojavierarceo 4f7128a
Merge branch 'master' into copilot/add-set-as-feature-type
franciscojavierarceo 5e87fc9
Merge branch 'master' into copilot/add-set-as-feature-type
franciscojavierarceo 4a45b75
Merge branch 'master' into copilot/add-set-as-feature-type
franciscojavierarceo 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
Fix Milvus integration for Set types
- Fix IndexParams len() check by tracking indices_added flag - Fix Unicode decode error for Set types by including them in numeric_vector_list_types - Fix Unicode decode error for complex types by using base64 encoding instead of decode() - Fix duplicate timestamp fields in Milvus insertion by filtering them from values_dict - Add missing timestamp field names to exclusion list in schema creation Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
- Loading branch information
commit 8ba622e330ff5c28e7b3e027bf81900f7cb2fc3b
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 1"$40dec8fa-7d8a-49af-b301-be3db7b879e3*�������� |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
special handling because milvus is difficult