We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the user uses an INT32 entity type, and sets their entity to 0, then type_map.py will throw an exception here https://github.com/feast-dev/feast/blob/master/sdk/python/feast/type_map.py#L207 that says feast_value_type is of type None and does not contain a name field.
0
feast_value_type
None
name
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
If the user uses an INT32 entity type, and sets their entity to
0
, then type_map.py will throw an exception here https://github.com/feast-dev/feast/blob/master/sdk/python/feast/type_map.py#L207 that saysfeast_value_type
is of typeNone
and does not contain aname
field.The text was updated successfully, but these errors were encountered: