From 6fea221cebd8602462a975a7b724a96350ca1ba2 Mon Sep 17 00:00:00 2001 From: Danny C Date: Tue, 5 Sep 2023 00:15:59 -0700 Subject: [PATCH] chore: Fix linting issue Signed-off-by: Danny C --- sdk/python/feast/type_map.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/python/feast/type_map.py b/sdk/python/feast/type_map.py index 52e28907505..d246fb40545 100644 --- a/sdk/python/feast/type_map.py +++ b/sdk/python/feast/type_map.py @@ -873,10 +873,10 @@ def feast_value_type_to_pa( def pg_type_code_to_pg_type(code: int) -> str: - """ Map the postgres type code a Feast type string + """Map the postgres type code a Feast type string Rather than raise an exception on an unknown type, we return the - string representation of the type code. This way rather than raising + string representation of the type code. This way rather than raising an exception on unknown types, Feast will just skip the problem columns. Note that json and jsonb are not supported but this shows up in the