feat: Support non-string map key types (#6382)#6383
Merged
nquinn408 merged 4 commits intofeast-dev:masterfrom May 8, 2026
Merged
feat: Support non-string map key types (#6382)#6383nquinn408 merged 4 commits intofeast-dev:masterfrom
nquinn408 merged 4 commits intofeast-dev:masterfrom
Conversation
Signed-off-by: Nick Quinn <nicholas_quinn@apple.com>
022ed49 to
50cf399
Compare
e403393 to
63b8732
Compare
franciscojavierarceo
approved these changes
May 7, 2026
Member
|
Can you update PR description btw? |
Signed-off-by: Nick Quinn <nicholas_quinn@apple.com>
ec5a269 to
2422388
Compare
Contributor
Author
|
Signed-off-by: Nick Quinn <nicholas_quinn@apple.com>
576ce6c to
b7aaace
Compare
jyejare
pushed a commit
to opendatahub-io/feast
that referenced
this pull request
May 8, 2026
* fix: Update go-feature-server base image to Go 1.25 and fix operator Dockerfile COPY permissions Signed-off-by: ntkathole <nikhilkathole2683@gmail.com> * fix: Allow to publish from reference branch Signed-off-by: ntkathole <nikhilkathole2683@gmail.com> * docs: Blog Post for MongoDB integration (feast-dev#6375) * fix: Fix mongodb blog title Signed-off-by: ntkathole <nikhilkathole2683@gmail.com> * fix: Fixed formatting and image for mongo blog (feast-dev#6377) Signed-off-by: ntkathole <nikhilkathole2683@gmail.com> * [WIP] Add hero image for social preview in blog posts (feast-dev#6379) * Initial plan * fix: use blog hero image for social preview metadata Agent-Logs-Url: https://github.com/feast-dev/feast/sessions/8c33bcc6-0cd4-4222-95a1-bfa02f136b5b Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com> * fix: harden hero image extraction for blog social tags Agent-Logs-Url: https://github.com/feast-dev/feast/sessions/8c33bcc6-0cd4-4222-95a1-bfa02f136b5b Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com> * feat: Support non-string map key types (feast-dev#6382) (feast-dev#6383) --------- Signed-off-by: ntkathole <nikhilkathole2683@gmail.com> Co-authored-by: bisht2050 <108942387+bisht2050@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: franciscojavierarceo <4163062+franciscojavierarceo@users.noreply.github.com> Co-authored-by: nquinn408 <57655411+nquinn408@users.noreply.github.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.
#6382
Description: Added new ScalarMap type that supports scalar types for map key and any type for map value. This is an effort to support non-string keys for map feature.