Skip to content

Commit

Permalink
[Data] Fix override_num_blocks typo of read_lance (#45810)
Browse files Browse the repository at this point in the history
As title.

Signed-off-by: Cheng Su <[email protected]>
  • Loading branch information
c21 committed Jun 9, 2024
1 parent 1846b60 commit 7928ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/data/read_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3006,7 +3006,7 @@ def read_lance(
datasource=datasource,
ray_remote_args=ray_remote_args,
concurrency=concurrency,
override_num_locks=override_num_blocks,
override_num_blocks=override_num_blocks,
)


Expand Down

0 comments on commit 7928ca5

Please sign in to comment.