diff --git a/sdk/python/feast/type_map.py b/sdk/python/feast/type_map.py index b84dbb08ce..8dbaa37a38 100644 --- a/sdk/python/feast/type_map.py +++ b/sdk/python/feast/type_map.py @@ -651,7 +651,6 @@ def snowflake_type_to_feast_value_type(snowflake_type: str) -> ValueType: "TIMESTAMP_TZ": ValueType.UNIX_TIMESTAMP, "TIMESTAMP_LTZ": ValueType.UNIX_TIMESTAMP, "TIMESTAMP_NTZ": ValueType.UNIX_TIMESTAMP, - "ARRAY": ValueType.STRING, # Actual list type cannot be inferred, so failing to a String instead } return type_map[snowflake_type] diff --git a/sdk/python/tests/integration/materialization/test_snowflake.py b/sdk/python/tests/integration/materialization/test_snowflake.py index 3c9c432271..91b96f0c22 100644 --- a/sdk/python/tests/integration/materialization/test_snowflake.py +++ b/sdk/python/tests/integration/materialization/test_snowflake.py @@ -146,7 +146,6 @@ def test_snowflake_materialization_consistency_internal_with_lists( now = datetime.utcnow() full_feature_names = True - # TODO use both tz-naive & tz-aware timestamps to test that they're both correctly handled start_date = (now - timedelta(hours=5)).replace(tzinfo=utc) end_date = split_dt fs.materialize(