René's URL Explorer Experiment


Title: feat: Add Set as feature type by Copilot · Pull Request #5888 · feast-dev/feast · GitHub

Open Graph Title: feat: Add Set as feature type by Copilot · Pull Request #5888 · feast-dev/feast

X Title: feat: Add Set as feature type by Copilot · Pull Request #5888 · feast-dev/feast

Description: What this PR does / why we need it: This PR adds support for Set as a feature type in Feast, allowing users to store collections of unique values with automatic deduplication. Changes Made 1. Protobuf Definitions (Value.proto) Added 8 new SET type variants for primitive types: INT32_SET, INT64_SET, FLOAT_SET, DOUBLE_SET STRING_SET, BYTES_SET, BOOL_SET, UNIX_TIMESTAMP_SET Added corresponding protobuf message types (Int32Set, Int64Set, etc.) Updated the Value message to include set fields Compiled with protobuf version 4.25.1 and mypy-protobuf 3.3.0 (matching CI environment) 2. Python SDK Updates value_type.py: Added set types to the ValueType enum and defined SetType union types.py: Created new Set class (ComplexFeastType) similar to Array Added set type mappings in VALUE_TYPES_TO_FEAST_TYPES Set types support all primitive types except Map type_map.py: Added PYTHON_SET_VALUE_TYPE_TO_PROTO_VALUE mapping Implemented Python → Proto conversions for sets with automatic duplicate removal Implemented Proto → Python conversions returning native Python sets Updated PROTO_VALUE_TO_VALUE_TYPE_MAP with set field mappings Added SET types to pandas type mapping (returns "object" type) Added set type inference in python_type_to_feast_value_type to properly handle Python sets passed in entity_rows Fixed None value handling in all set and list value conversions to prevent "TypeError: 'NoneType' object is not iterable" errors 3. Tests Added unit tests in test_types.py for Set type creation and round-trip conversion Added comprehensive tests in test_type_map.py for: Set conversion (string, int, float, bool sets) Duplicate removal from lists when converting to sets Empty and null set handling Multiple set value conversions Added test_python_transformation_with_set_types in test_on_demand_python_transformation.py for: Set types in On Demand Feature Views Automatic deduplication of set values Conversion from lists to sets Online feature retrieval with Set types 4. Documentation Updated docs/reference/type-system.md with: Set type table showing all supported set variants Usage examples demonstrating duplicate removal Updated complete feature view example with set fields Usage Example from feast.types import Set, String, Int32 from feast import Field # Define fields with set types schema = [ Field(name="visited_pages", dtype=Set(String)), Field(name="unique_categories", dtype=Set(Int32)), ] # Data with duplicates data = { "visited_pages": {"home", "products", "checkout", "products"}, # duplicate removed "unique_categories": {1, 2, 3, 2, 1} # duplicates removed } # Feast stores: {"home", "products", "checkout"} and {1, 2, 3} Benefits Automatic deduplication: Sets automatically remove duplicate values Type safety: Full type checking and validation Consistent API: Set types follow the same patterns as Array types Comprehensive support: All primitive types (except Map) have set variants Misc Protobuf changes are backward compatible. Existing LIST and MAP types are unaffected. Generated protobuf files use protobuf 4.25.1 and mypy-protobuf 3.3.0, matching the versions specified in CI requirements. All linting checks pass (make format-python and make lint-python) Unit tests pass for set type functionality Fixed multiple None value handling bugs in type conversion logic to ensure robustness Original prompt This section details on the original issue you should resolve Add set as feature type Is your feature request related to a problem? Please describe. Support for set features as feast feature types is missing. Describe the solution you'd like Add support for set type features in feast. Describe alternatives you've considered We have considered storing set features as list or maps but then burden is on calling client to covert back. please add this to the feast types and update the docs Comments on the Issue (you are @copilot in this section) Fixes #5886 ✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Open Graph Description: What this PR does / why we need it: This PR adds support for Set as a feature type in Feast, allowing users to store collections of unique values with automatic deduplication. Changes Made 1. Proto...

X Description: What this PR does / why we need it: This PR adds support for Set as a feature type in Feast, allowing users to store collections of unique values with automatic deduplication. Changes Made 1. Proto...

Opengraph URL: https://github.com/feast-dev/feast/pull/5888

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:b839b1da-c9ae-0d6d-7b72-ae56a96ec851
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8714:342941:119763:1947AF:6A4E2610
html-safe-nonce1f649bfc8a70f57efa5605e5c7ee1b6c52706a1f6a9eb4eaba0569ed8c77b106
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NzE0OjM0Mjk0MToxMTk3NjM6MTk0N0FGOjZBNEUyNjEwIiwidmlzaXRvcl9pZCI6IjE0NDU2MDY3ODU4MzAyMzM2MTYiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaccd87d2d2e2ad0eab191959ab9ffed8cc8f4f9d7c61de5f8fce57c063a7d6b4fa
hovercard-subject-tagpull_request:3197542290
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/feast-dev/feast/pull/5888/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altWhat this PR does / why we need it: This PR adds support for Set as a feature type in Feast, allowing users to store collections of unique values with automatic deduplication. Changes Made 1. Proto...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None030096ee0db095447bfe77409d33bfac127ca7128299c58deef27c52eaa1b1f0
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/feast-dev/feast git https://github.com/feast-dev/feast.git
octolytics-dimension-user_id57027613
octolytics-dimension-user_loginfeast-dev
octolytics-dimension-repository_id161133770
octolytics-dimension-repository_nwofeast-dev/feast
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id161133770
octolytics-dimension-repository_network_root_nwofeast-dev/feast
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released9dd20d38f8ae3c4cb6b597807431db300d0bd2a
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/pull/5888/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F5888%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F5888%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=feast-dev%2Ffeast
Reloadhttps://github.com/feast-dev/feast/pull/5888/files
Reloadhttps://github.com/feast-dev/feast/pull/5888/files
Reloadhttps://github.com/feast-dev/feast/pull/5888/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5888/files
feast-dev https://github.com/feast-dev
feasthttps://github.com/feast-dev/feast
Notifications https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Fork 1.4k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Star 7.1k https://github.com/login?return_to=%2Ffeast-dev%2Ffeast
Code https://github.com/feast-dev/feast
Issues 212 https://github.com/feast-dev/feast/issues
Pull requests 171 https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality 1 https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Code https://github.com/feast-dev/feast
Issues https://github.com/feast-dev/feast/issues
Pull requests https://github.com/feast-dev/feast/pulls
Discussions https://github.com/feast-dev/feast/discussions
Actions https://github.com/feast-dev/feast/actions
Security and quality https://github.com/feast-dev/feast/security
Insights https://github.com/feast-dev/feast/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Ffeast-dev%2Ffeast%2Fissues%2Fnew%2Fchoose
franciscojavierarceohttps://github.com/franciscojavierarceo
masterhttps://github.com/feast-dev/feast/tree/master
copilot/add-set-as-feature-typehttps://github.com/feast-dev/feast/tree/copilot/add-set-as-feature-type
Conversation 39 https://github.com/feast-dev/feast/pull/5888
Commits 11 https://github.com/feast-dev/feast/pull/5888/commits
Checks 18 https://github.com/feast-dev/feast/pull/5888/checks
Files changed https://github.com/feast-dev/feast/pull/5888/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5888/files
feat: Add Set as feature type https://github.com/feast-dev/feast/pull/5888/files#top
Show all changes 11 commits https://github.com/feast-dev/feast/pull/5888/files
821b1f2 Add Set types to Feast type system franciscojavierarceo Jan 27, 2026 https://github.com/feast-dev/feast/pull/5888/commits/821b1f2f489d6f672107d2bbff2398e3c1960704
8ba622e Fix Milvus integration for Set types franciscojavierarceo Jan 27, 2026 https://github.com/feast-dev/feast/pull/5888/commits/8ba622e330ff5c28e7b3e027bf81900f7cb2fc3b
a56b774 Fix item_id type mismatch in milvus test franciscojavierarceo Jan 27, 2026 https://github.com/feast-dev/feast/pull/5888/commits/a56b774c1fdc1a8d8c918db67714c422a2ba0690
325edb7 Apply ruff formatting franciscojavierarceo Jan 27, 2026 https://github.com/feast-dev/feast/pull/5888/commits/325edb76debc77680a65cc22c6b79ce37c251b05
947bfb7 Merge branch 'master' into copilot/add-set-as-feature-type franciscojavierarceo Jan 27, 2026 https://github.com/feast-dev/feast/pull/5888/commits/947bfb72c4b7f186bb5af4ad2f973ba2b86ecb9e
191782b refactor: Extract Set type conversion to separate function franciscojavierarceo Jan 27, 2026 https://github.com/feast-dev/feast/pull/5888/commits/191782be6e0bdbe23e51a6991d25a26d17b4bca5
45251de Apply ruff formatting to refactored code franciscojavierarceo Jan 27, 2026 https://github.com/feast-dev/feast/pull/5888/commits/45251de62c88657e9ad39dbaa1aa3f3bdca0d4c4
2ad1eec Delete test_registry franciscojavierarceo Jan 28, 2026 https://github.com/feast-dev/feast/pull/5888/commits/2ad1eec57a3721fa3d09f2925998d5c55f0f0193
4f7128a Merge branch 'master' into copilot/add-set-as-feature-type franciscojavierarceo Jan 28, 2026 https://github.com/feast-dev/feast/pull/5888/commits/4f7128a40ca13fb8887951843bf68e8a8312a5c8
5e87fc9 Merge branch 'master' into copilot/add-set-as-feature-type franciscojavierarceo Jan 28, 2026 https://github.com/feast-dev/feast/pull/5888/commits/5e87fc98dcea5022e7c9c0c2f7dbaab3369ee349
4a45b75 Merge branch 'master' into copilot/add-set-as-feature-type franciscojavierarceo Jan 28, 2026 https://github.com/feast-dev/feast/pull/5888/commits/4a45b752f6934ffbf34edc4bf86239777cbb51f4
Clear filters https://github.com/feast-dev/feast/pull/5888/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5888/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5888/files
type-system.md https://github.com/feast-dev/feast/pull/5888/files#diff-db919e739c3872876db1e49df5ba507e55591170b856ffca192175878b3ea77d
Value.proto https://github.com/feast-dev/feast/pull/5888/files#diff-f85afa8e8fa452495f5161b7e9273e852a348f1b254746dbb052c8f15d7f9a57
milvus.py https://github.com/feast-dev/feast/pull/5888/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
DatastoreTable_pb2.pyi https://github.com/feast-dev/feast/pull/5888/files#diff-3a5b2ee912ce666ef5a5acde7a4842d2bcc735f9ac75e6dd2b22fc54c48dffe1
Entity_pb2.pyi https://github.com/feast-dev/feast/pull/5888/files#diff-3fe080d767dabdf77014b63f95c44b5ddc59488209324218d42102f3f5d92b6c
FeatureViewProjection_pb2.pyi https://github.com/feast-dev/feast/pull/5888/files#diff-3f4f70ff30aa8f4a5e6e6c9e1596ce844e3731e58798f7c315d5f0cb9797cd5c
Project_pb2.pyi https://github.com/feast-dev/feast/pull/5888/files#diff-83349744c5adcbfc81d27d76ee2f0d995c934c2f87e70e0ec2fbb84fa7f78048
Registry_pb2.pyi https://github.com/feast-dev/feast/pull/5888/files#diff-40fc092a8e49a81da37feeb68d8ab49378be771f6b61aa130fef664f84840e0a
Value_pb2.py https://github.com/feast-dev/feast/pull/5888/files#diff-11aa5a38e32b841e25681f2349f9b6f09eb743850c7b83d4126a2214b2eafc33
Value_pb2.pyi https://github.com/feast-dev/feast/pull/5888/files#diff-bc9377c2d2c653664f256cc74607f7ef27d99b1c3e3f941640d21c49c80c91c5
type_map.py https://github.com/feast-dev/feast/pull/5888/files#diff-c8d42aa830ab4d8fd6aa406e94e35664969bb39435ec15c7627ac1606fb185c0
types.py https://github.com/feast-dev/feast/pull/5888/files#diff-f0cd3f0773759645aaec7347a033069bc8595be053aa254c0704609780ed2878
value_type.py https://github.com/feast-dev/feast/pull/5888/files#diff-f3d0ec2fb5bc0c650efbcfca1ea337172a7e6cca900f7fefb47d150287387780
test_online_retrieval.py https://github.com/feast-dev/feast/pull/5888/files#diff-0cf655cb54c3bf742f0ea908a043b75f2c913a65a9b78ec5c09f4b1dc9437eb9
test_type_map.py https://github.com/feast-dev/feast/pull/5888/files#diff-7993ac6fdd117f8808587f1b4d664e8dcc71bc3749bd9ac21a714bf3db441736
test_types.py https://github.com/feast-dev/feast/pull/5888/files#diff-6e860044f4003808f587fa0e2858bbcbc95d86a52a7e95e474f9a8b45d1a5338
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L4
docs/reference/type-system.mdhttps://github.com/feast-dev/feast/pull/5888/files#diff-db919e739c3872876db1e49df5ba507e55591170b856ffca192175878b3ea77d
View file https://github.com/feast-dev/feast/blob/4a45b752f6934ffbf34edc4bf86239777cbb51f4/docs/reference/type-system.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5888/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5888/files#diff-db919e739c3872876db1e49df5ba507e55591170b856ffca192175878b3ea77d
https://github.com/feast-dev/feast/pull/5888/files#diff-db919e739c3872876db1e49df5ba507e55591170b856ffca192175878b3ea77d
https://github.com/feast-dev/feast/pull/5888/files#diff-db919e739c3872876db1e49df5ba507e55591170b856ffca192175878b3ea77d
https://github.com/feast-dev/feast/pull/5888/files#diff-db919e739c3872876db1e49df5ba507e55591170b856ffca192175878b3ea77d
https://github.com/feast-dev/feast/pull/5888/files#diff-db919e739c3872876db1e49df5ba507e55591170b856ffca192175878b3ea77d
https://github.com/feast-dev/feast/pull/5888/files#diff-db919e739c3872876db1e49df5ba507e55591170b856ffca192175878b3ea77d
https://github.com/feast-dev/feast/pull/5888/files#diff-db919e739c3872876db1e49df5ba507e55591170b856ffca192175878b3ea77d
https://github.com/feast-dev/feast/pull/5888/files#diff-db919e739c3872876db1e49df5ba507e55591170b856ffca192175878b3ea77d
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L9
protos/feast/types/Value.protohttps://github.com/feast-dev/feast/pull/5888/files#diff-f85afa8e8fa452495f5161b7e9273e852a348f1b254746dbb052c8f15d7f9a57
View file https://github.com/feast-dev/feast/blob/4a45b752f6934ffbf34edc4bf86239777cbb51f4/protos/feast/types/Value.proto
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5888/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5888/files#diff-f85afa8e8fa452495f5161b7e9273e852a348f1b254746dbb052c8f15d7f9a57
https://github.com/feast-dev/feast/pull/5888/files#diff-f85afa8e8fa452495f5161b7e9273e852a348f1b254746dbb052c8f15d7f9a57
https://github.com/feast-dev/feast/pull/5888/files#diff-f85afa8e8fa452495f5161b7e9273e852a348f1b254746dbb052c8f15d7f9a57
https://github.com/feast-dev/feast/pull/5888/files#diff-f85afa8e8fa452495f5161b7e9273e852a348f1b254746dbb052c8f15d7f9a57
https://github.com/feast-dev/feast/pull/5888/files#diff-f85afa8e8fa452495f5161b7e9273e852a348f1b254746dbb052c8f15d7f9a57
https://github.com/feast-dev/feast/pull/5888/files#diff-f85afa8e8fa452495f5161b7e9273e852a348f1b254746dbb052c8f15d7f9a57
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/infra/online_stores/milvus_online_store/milvus.pyhttps://github.com/feast-dev/feast/pull/5888/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
View file https://github.com/feast-dev/feast/blob/4a45b752f6934ffbf34edc4bf86239777cbb51f4/sdk/python/feast/infra/online_stores/milvus_online_store/milvus.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5888/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5888/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
https://github.com/feast-dev/feast/pull/5888/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
https://github.com/feast-dev/feast/pull/5888/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
https://github.com/feast-dev/feast/pull/5888/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
https://github.com/feast-dev/feast/pull/5888/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
https://github.com/feast-dev/feast/pull/5888/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
https://github.com/feast-dev/feast/pull/5888/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
https://github.com/feast-dev/feast/pull/5888/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
franciscojavierarceohttps://github.com/franciscojavierarceo
Jan 28, 2026https://github.com/feast-dev/feast/pull/5888/files#r2734845619
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/feast-dev/feast/pull/5888/files
https://github.com/feast-dev/feast/pull/5888/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
https://github.com/feast-dev/feast/pull/5888/files#diff-3f21025352e4840bcd8dd17ca243f97ab1e0b984b1bc51ea68bfeff59fef00f9
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/protos/feast/core/DatastoreTable_pb2.pyihttps://github.com/feast-dev/feast/pull/5888/files#diff-3a5b2ee912ce666ef5a5acde7a4842d2bcc735f9ac75e6dd2b22fc54c48dffe1
View file https://github.com/feast-dev/feast/blob/4a45b752f6934ffbf34edc4bf86239777cbb51f4/sdk/python/feast/protos/feast/core/DatastoreTable_pb2.pyi
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5888/{{ revealButtonHref }}
HaoXuAIhttps://github.com/HaoXuAI
Jan 29, 2026https://github.com/feast-dev/feast/pull/5888/files#r2739440026
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/feast-dev/feast/pull/5888/files
franciscojavierarceohttps://github.com/franciscojavierarceo
Jan 29, 2026https://github.com/feast-dev/feast/pull/5888/files#r2739454721
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/feast-dev/feast/pull/5888/files
https://github.com/feast-dev/feast/pull/5888/files#diff-3a5b2ee912ce666ef5a5acde7a4842d2bcc735f9ac75e6dd2b22fc54c48dffe1
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/protos/feast/core/Entity_pb2.pyihttps://github.com/feast-dev/feast/pull/5888/files#diff-3fe080d767dabdf77014b63f95c44b5ddc59488209324218d42102f3f5d92b6c
View file https://github.com/feast-dev/feast/blob/4a45b752f6934ffbf34edc4bf86239777cbb51f4/sdk/python/feast/protos/feast/core/Entity_pb2.pyi
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5888/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5888/files#diff-3fe080d767dabdf77014b63f95c44b5ddc59488209324218d42102f3f5d92b6c
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/protos/feast/core/FeatureViewProjection_pb2.pyihttps://github.com/feast-dev/feast/pull/5888/files#diff-3f4f70ff30aa8f4a5e6e6c9e1596ce844e3731e58798f7c315d5f0cb9797cd5c
View file https://github.com/feast-dev/feast/blob/4a45b752f6934ffbf34edc4bf86239777cbb51f4/sdk/python/feast/protos/feast/core/FeatureViewProjection_pb2.pyi
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5888/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5888/files#diff-3f4f70ff30aa8f4a5e6e6c9e1596ce844e3731e58798f7c315d5f0cb9797cd5c
HaoXuAIhttps://github.com/HaoXuAI
Jan 29, 2026https://github.com/feast-dev/feast/pull/5888/files#r2739440987
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/feast-dev/feast/pull/5888/files
franciscojavierarceohttps://github.com/franciscojavierarceo
Jan 29, 2026https://github.com/feast-dev/feast/pull/5888/files#r2739466448
Please reload this pagehttps://github.com/feast-dev/feast/pull/5888/files
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
Please reload this pagehttps://github.com/feast-dev/feast/pull/5888/files
https://github.com/feast-dev/feast/pull/5888/files#diff-3f4f70ff30aa8f4a5e6e6c9e1596ce844e3731e58798f7c315d5f0cb9797cd5c
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/protos/feast/core/Project_pb2.pyihttps://github.com/feast-dev/feast/pull/5888/files#diff-83349744c5adcbfc81d27d76ee2f0d995c934c2f87e70e0ec2fbb84fa7f78048
View file https://github.com/feast-dev/feast/blob/4a45b752f6934ffbf34edc4bf86239777cbb51f4/sdk/python/feast/protos/feast/core/Project_pb2.pyi
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5888/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5888/files#diff-83349744c5adcbfc81d27d76ee2f0d995c934c2f87e70e0ec2fbb84fa7f78048
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/protos/feast/core/Registry_pb2.pyihttps://github.com/feast-dev/feast/pull/5888/files#diff-40fc092a8e49a81da37feeb68d8ab49378be771f6b61aa130fef664f84840e0a
View file https://github.com/feast-dev/feast/blob/4a45b752f6934ffbf34edc4bf86239777cbb51f4/sdk/python/feast/protos/feast/core/Registry_pb2.pyi
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/5888/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/5888/files#diff-40fc092a8e49a81da37feeb68d8ab49378be771f6b61aa130fef664f84840e0a
Please reload this pagehttps://github.com/feast-dev/feast/pull/5888/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/5888/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.