You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fetching data for an entity that has no record for a feature view with an array type column it should return None and not throw an exception.
Current Behavior
When fetching historical data from a Snowflake offline store it'll throw an exception when an entity has no record in a FeatureView with an array-type field.
Steps to reproduce
Specifications
Version:
Platform:
Subsystem:
Possible Solution
I'll have a PR up shortly.
The text was updated successfully, but these errors were encountered:
Expected Behavior
When fetching data for an entity that has no record for a feature view with an array type column it should return
None
and not throw an exception.Current Behavior
When fetching historical data from a Snowflake offline store it'll throw an exception when an entity has no record in a FeatureView with an array-type field.
Steps to reproduce
Specifications
Possible Solution
I'll have a PR up shortly.
The text was updated successfully, but these errors were encountered: