diff --git a/sdk/python/feast/infra/offline_stores/contrib/athena_offline_store/athena.py b/sdk/python/feast/infra/offline_stores/contrib/athena_offline_store/athena.py index 6f92f45793b..d287367cc8d 100644 --- a/sdk/python/feast/infra/offline_stores/contrib/athena_offline_store/athena.py +++ b/sdk/python/feast/infra/offline_stores/contrib/athena_offline_store/athena.py @@ -168,7 +168,7 @@ def pull_all_from_table_or_query( end_date_str, timestamp_field, date_partition_column, - cast_style="raw", + cast_style="timestamp", quote_fields=False, )