Skip to content

fix: Handle missing features gracefully instead of panicking#6332

Open
ntkathole wants to merge 1 commit intofeast-dev:masterfrom
ntkathole:fix_go_dynamodb
Open

fix: Handle missing features gracefully instead of panicking#6332
ntkathole wants to merge 1 commit intofeast-dev:masterfrom
ntkathole:fix_go_dynamodb

Conversation

@ntkathole
Copy link
Copy Markdown
Member

@ntkathole ntkathole commented Apr 25, 2026

What this PR does / why we need it:

The Go Feature Server panics and crashes when a GetOnlineFeatures request
includes a feature name that exists in the feature view registry but is absent
from the DynamoDB values map for that entity.

Which issue(s) this PR fixes:

Fixes #6321


Open in Devin Review

Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
@ntkathole ntkathole self-assigned this Apr 25, 2026
@ntkathole ntkathole requested a review from a team as a code owner April 25, 2026 15:17
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 3 additional findings.

Open in Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feast Go Feature Server panics and crashes when requesting non-existent feature in DynamoDB

1 participant