Skip to content

Commit b87d746

Browse files
Update python/ray/data/_internal/planner/plan_download_op.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Xinyu Zhang <60529799+xyuzh@users.noreply.github.com>
1 parent 243d617 commit b87d746

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/ray/data/_internal/planner/plan_download_op.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ def load_uri_bytes(uri_path_iterator):
207207
logger.error(f"Unexpected error in load_uri_bytes: {e}")
208208
yield None
209209
break
210-
else:
211210
logger.debug(
212211
f"Failed to download URI '{uri_path}' from column '{uri_column_name}' with error: {last_error}"
213212
)

0 commit comments

Comments
 (0)