Skip to content

Commit

Permalink
add missing word to warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Jan 20, 2022
1 parent d527873 commit 51ebe83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/utils/ioutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ def _open_remote_files(
if precache == "parquet" and not fsspec_parquet:
warnings.warn(
f"This version of fsspec ({fsspec.__version__}) does "
f"not support parquet-optimized precaching. Please "
f"not support parquet-optimized precaching. Please upgrade "
f"to the latest fsspec version for better performance."
)
precache = None
Expand Down

0 comments on commit 51ebe83

Please sign in to comment.