Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Aug 28, 2024
1 parent ad8df90 commit 5b24195
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dask_cuda/benchmarks/remote_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from dask.utils import format_bytes, parse_bytes

from dask_cuda.benchmarks.common import Config, execute_benchmark
from dask_cuda.benchmarks.custom import custom_read_parquet
from dask_cuda.benchmarks.utils import (
parse_benchmark_args,
print_key_value,
Expand All @@ -34,7 +33,7 @@ def read_data(
with dask.config.set({"dataframe.backend": backend}):
if filesystem == "arrow":
# TODO: Warn user that blocksize and aggregate_files
# are ingored when `filesystem == "arrow"`
# are ignored when `filesystem == "arrow"`
_blocksize = {}
_aggregate_files = {}
else:
Expand Down

0 comments on commit 5b24195

Please sign in to comment.