René's URL Explorer Experiment


Title: fix: Remote Online Store Type Inference Error with All-NULL Columns by yuan1j · Pull Request #6063 · feast-dev/feast · GitHub

Open Graph Title: fix: Remote Online Store Type Inference Error with All-NULL Columns by yuan1j · Pull Request #6063 · feast-dev/feast

X Title: fix: Remote Online Store Type Inference Error with All-NULL Columns by yuan1j · Pull Request #6063 · feast-dev/feast

Description: What this PR does / why we need it 📋 Problem Description When reading features from a Feast Remote Online Store, a TypeError is raised if an entire feature column contains only NULL/NaN values. The error occurs in the python_values_to_proto_values() function when it cannot infer the value type from empty data. 🔍 Root Cause Analysis Component Issue Location feast/type_map.py - python_values_to_proto_values() function Trigger Entire feature column contains NULL/NaN values Reason Type inference fails when all values are empty, resulting in UNKNOWN value type Current Behavior Raises TypeError: Couldn't infer value type from empty value Impact Remote online feature reading fails completely 📊 Test Data Example event_timestamp driver_id conv_rate acc_rate avg_daily_trips 0 2026-03-04 16:17:44+00:00 1001 NaN 1.000000 1000.0 1 2026-02-17 16:00:00+00:00 1005 NaN 0.708060 395.0 2 2026-02-17 17:00:00+00:00 1005 NaN 0.451616 145.0 ⚠️ Note: The conv_rate column contains all NaN values. 💡 Solution Modify the type inference logic to handle UNKNOWN value types gracefully: Key Changes ✅ Do not raise error when value type is UNKNOWN ✅ Preserve schema-defined type from FeatureView definition ✅ Return proper NULL values in the response while maintaining type information Code Change Summary # Before if value_type is UNKNOWN: raise TypeError("Couldn't infer value type from empty value") # After # Remove this part code, and use schema-defined type or skip type inference for NULL-only columns ✨ Expected Behavior After this fix: ✅ Remote online store can read columns with all-NULL values ✅ Feature schema type is preserved from FeatureView definition ✅ NULL values are returned correctly to the client ✅ No breaking changes to existing functionality Which issue(s) this PR fixes Fixes: Remote Online Store Type Inference Error with All-NULL Columns Related Error: Traceback (most recent call last): File "C:\svn\project\feature_store\feast\remote\test_workflow.py", line 130, in run_demo() File "C:\svn\project\feature_store\feast\remote\test_workflow.py", line 25, in run_demo fetch_online_features(store) File "C:\svn\project\feature_store\feast\remote\test_workflow.py", line 121, in fetch_online_features returned_features = store.get_online_features( File "C:\Users\j\AppData\Local\Programs\Python\Python310\lib\site-packages\feast\feature_store.py", line 2445, in get_online_features response = provider.get_online_features( File "C:\Users\j\AppData\Local\Programs\Python\Python310\lib\site-packages\feast\infra\passthrough_provider.py", line 251, in get_online_features return self.online_store.get_online_features( File "C:\Users\j\AppData\Local\Programs\Python\Python310\lib\site-packages\feast\infra\online_stores\online_store.py", line 199, in get_online_features read_rows = self.online_read( File "C:\Users\j\AppData\Local\Programs\Python\Python310\lib\site-packages\feast\infra\online_stores\remote.py", line 169, in online_read message = python_values_to_proto_values( File "C:\Users\j\AppData\Local\Programs\Python\Python310\lib\site-packages\feast\type_map.py", line 838, in python_values_to_proto_values raise TypeError("Couldn't infer value type from empty value") TypeError: Couldn't infer value type from empty value Misc 🧪 Testing Manual Test Steps # 1. Start Feast services cd C:\svn\project\feature_store\feast\test\feature_repo feast ui feast serve_registry feast serve_offline feast serve # 2. Prepare test data with all-NULL column # (conv_rate column contains only NaN values) # 3. Run remote client python remote/test_workflow.py Configuration Used project: test registry: registry_type: remote path: 127.0.0.1:6570 provider: local online_store: type: remote path: http://127.0.0.1:6566 offline_store: type: remote host: 127.0.0.1 port: 8815 entity_key_serialization_version: 3 auth: type: no_auth 📝 Additional Notes Item Details Breaking Changes None API Changes None Documentation May need update for NULL handling behavior Unit Tests Should add test case for all-NULL column scenario Affected Components feast/type_map.py, feast/infra/online_stores/remote.py 👥 Reviewers @feast-maintainers @feast-infra-team ✅ Checklist Code follows Feast code conventions Unit tests added/updated Integration tests pass Documentation updated (if needed) Commits signed PR title follows conventional commits format

Open Graph Description: What this PR does / why we need it 📋 Problem Description When reading features from a Feast Remote Online Store, a TypeError is raised if an entire feature column contains only NULL/NaN values. The...

X Description: What this PR does / why we need it 📋 Problem Description When reading features from a Feast Remote Online Store, a TypeError is raised if an entire feature column contains only NULL/NaN values. The...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:b3814bc8-d1a4-732b-e946-514136a4d9a2
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8190:1C7367:13C4970:1CC76AD:6A4E464A
html-safe-noncec48a706c792ad533a597291aa8e4becb303304485b9788db3e88acdf368c80a7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MTkwOjFDNzM2NzoxM0M0OTcwOjFDQzc2QUQ6NkE0RTQ2NEEiLCJ2aXNpdG9yX2lkIjoiNDQ4MDQ5MzQzOTU0MDkzODMxNCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacec53f54ef1fc5fc3a72585776b3606cbb8f395f9ff6a343fe23e022709e551f2
hovercard-subject-tagpull_request:3353922254
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/6063/files
twitter:imagehttps://avatars.githubusercontent.com/u/50416975?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/50416975?s=400&v=4
og:image:altWhat this PR does / why we need it 📋 Problem Description When reading features from a Feast Remote Online Store, a TypeError is raised if an entire feature column contains only NULL/NaN values. The...
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
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9fabff9b8b127e686a3ec86f91422e818056ca2c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/feast-dev/feast/pull/6063/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeast-dev%2Ffeast%2Fpull%2F6063%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%2F6063%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/6063/files
Reloadhttps://github.com/feast-dev/feast/pull/6063/files
Reloadhttps://github.com/feast-dev/feast/pull/6063/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6063/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
ntkatholehttps://github.com/ntkathole
feast-dev:masterhttps://github.com/feast-dev/feast/tree/master
yuan1j:fix_remote_online_type_error_with_all_null_columnshttps://github.com/yuan1j/feast/tree/fix_remote_online_type_error_with_all_null_columns
Conversation 10 https://github.com/feast-dev/feast/pull/6063
Commits 2 https://github.com/feast-dev/feast/pull/6063/commits
Checks 26 https://github.com/feast-dev/feast/pull/6063/checks
Files changed https://github.com/feast-dev/feast/pull/6063/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6063/files
fix: Remote Online Store Type Inference Error with All-NULL Columns https://github.com/feast-dev/feast/pull/6063/files#top
Show all changes 2 commits https://github.com/feast-dev/feast/pull/6063/files
ec4282c fix_remote_online_type_error_with_all_null_columns yuan1j Apr 2, 2026 https://github.com/feast-dev/feast/pull/6063/commits/ec4282c4b8dba26272f29fa664502ebf2e742225
5531d11 Merge branch 'master' into fix_remote_online_type_error_with_all_null… yuan1j Apr 12, 2026 https://github.com/feast-dev/feast/pull/6063/commits/5531d11ff8bc4a4490e2effac0b8db9d5ab92f57
Clear filters https://github.com/feast-dev/feast/pull/6063/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6063/files
Please reload this pagehttps://github.com/feast-dev/feast/pull/6063/files
https://github.com/feast-dev/feast/blob/master/CODEOWNERS#L10
sdk/python/feast/type_map.pyhttps://github.com/feast-dev/feast/pull/6063/files#diff-c8d42aa830ab4d8fd6aa406e94e35664969bb39435ec15c7627ac1606fb185c0
View file https://github.com/yuan1j/feast/blob/5531d11ff8bc4a4490e2effac0b8db9d5ab92f57/sdk/python/feast/type_map.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/feast-dev/feast/pull/6063/{{ revealButtonHref }}
https://github.com/feast-dev/feast/pull/6063/files#diff-c8d42aa830ab4d8fd6aa406e94e35664969bb39435ec15c7627ac1606fb185c0
Please reload this pagehttps://github.com/feast-dev/feast/pull/6063/files
https://github.com/feast-dev/feast/pull/6063/files#diff-c8d42aa830ab4d8fd6aa406e94e35664969bb39435ec15c7627ac1606fb185c0
Please reload this pagehttps://github.com/feast-dev/feast/pull/6063/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.