feast icon indicating copy to clipboard operation
feast copied to clipboard

Error when fetching historical data from Snowflake with null array type fields

Open JohnLemmonMedely opened this issue 1 year ago • 0 comments

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

  • Version:
  • Platform:
  • Subsystem:

Possible Solution

I'll have a PR up shortly.

JohnLemmonMedely avatar Feb 21 '24 22:02 JohnLemmonMedely