From b0a5b6a19e557923f8a72ce0d07c72122ea5440f Mon Sep 17 00:00:00 2001 From: Dmytro Yurchenko Date: Tue, 10 Feb 2026 10:11:20 +0100 Subject: [PATCH] fix: Make timestamp field handling compatible with Athena V3 --- .../infra/offline_stores/contrib/athena_offline_store/athena.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )