We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc279c3 commit 6a75022Copy full SHA for 6a75022
sdk/python/feast/infra/offline_stores/file.py
@@ -300,7 +300,7 @@ def evaluate_offline_job():
300
else [event_timestamp_column]
301
)
302
# try-catch block is added to deal with this issue https://github.com/dask/dask/issues/8939.
303
- # will remove once a fix is added.
+ # TODO(kevjumba): remove try catch when fix is merged upstream in Dask.
304
try:
305
if created_timestamp_column:
306
source_df = source_df.sort_values(by=created_timestamp_column,)
0 commit comments