Skip to content

Commit 28d4169

Browse files
committed
fix: timestamp field handling to be compatible with Athena V3
Signed-off-by: Dmytro Yurchenko <dmytro.yurchenko@swissmarketplace.group>
1 parent 37f3d64 commit 28d4169

File tree

1 file changed

+1
-1
lines changed
  • sdk/python/feast/infra/offline_stores/contrib/athena_offline_store

1 file changed

+1
-1
lines changed

sdk/python/feast/infra/offline_stores/contrib/athena_offline_store/athena.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def pull_all_from_table_or_query(
168168
end_date_str,
169169
timestamp_field,
170170
date_partition_column,
171-
cast_style="raw",
171+
cast_style="timestamp",
172172
quote_fields=False,
173173
)
174174

0 commit comments

Comments
 (0)