Skip to content

Commit

Permalink
fixed data mapping errors
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>
  • Loading branch information
sfc-gh-madkins committed Apr 16, 2022
1 parent 71c1af0 commit 51c4e48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/python/feast/type_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def python_type_to_feast_value_type(
"datetime64[ns]": ValueType.UNIX_TIMESTAMP,
"datetime64[ns, tz]": ValueType.UNIX_TIMESTAMP,
"category": ValueType.STRING,
"object": ValueType.STRING,
}

if type_name in type_map:
Expand Down

0 comments on commit 51c4e48

Please sign in to comment.