-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: Add UUID and TIME_UUID as feature types (#5885) #5951
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
ntkathole
merged 15 commits into
feast-dev:master
from
soooojinlee:feat/add-uuid-feature-types
Apr 1, 2026
+620
−116
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
6991f44
feat: Add UUID and TIME_UUID as feature types (#5885)
soooojinlee 55065f2
test: Add unit tests for UUID type support
soooojinlee 53c2513
style: Fix ruff lint and formatting issues
soooojinlee 678dc72
feat: Add dedicated UUID/TIME_UUID proto fields to Value.proto
soooojinlee 8e15939
fix: Address review feedback for UUID type support
soooojinlee a098c3c
fix: Address review feedback for UUID type support
soooojinlee 6c9ba63
fix: Address review feedback
soooojinlee ac7a61d
fix: Convert uuid.UUID to string for Arrow and JSON serialization
soooojinlee fe0bfb2
feat: Add UUID_SET/TIME_UUID_SET support and update type system docs
soooojinlee 732088a
fix: Preserve PDF_BYTES/IMAGE_BYTES enum values and add missing SET t…
soooojinlee 5d637c5
fix: Correct misleading comment in Set.__init__
soooojinlee e4b0a86
refactor: Extract UUID Arrow conversion into helper and move import t…
soooojinlee b9b15d2
fix: Handle UUID types in _proto_value_to_transport_value for JSON se…
soooojinlee 3c07e12
chore: Regenerate protobuf files with UUID type support
soooojinlee 7b600cb
fix: Fix mypy type ignore comments for UUID collection conversions
soooojinlee 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
Some comments aren't visible on the classic Files Changed page.
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
devin-ai-integration[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
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
soooojinlee marked this conversation as resolved.
Show resolved
Hide resolved
|
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.