Skip to content

Commit

Permalink
chore: Fix linting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Danny C <[email protected]>
  • Loading branch information
adchia authored and james-crabtree-sp committed Sep 14, 2023
1 parent 0ae3431 commit 6fea221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/python/feast/type_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fea221

Please sign in to comment.