Skip to content

Commit 6a75022

Browse files
committed
fix comment
Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
1 parent dc279c3 commit 6a75022

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

sdk/python/feast/infra/offline_stores/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def evaluate_offline_job():
300300
else [event_timestamp_column]
301301
)
302302
# 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.
303+
# TODO(kevjumba): remove try catch when fix is merged upstream in Dask.
304304
try:
305305
if created_timestamp_column:
306306
source_df = source_df.sort_values(by=created_timestamp_column,)

0 commit comments

Comments
 (0)