You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the options max_block and batch_size as optional parameters to pyfive.File and associated functions/methods to enable the use of both these variables in the backend _read_bulk_fsspec method. If max_block is not None, the fsspec merge_range_requests utility function can then be used.
max_blockandbatch_sizeas optional parameters to pyfive.File and associated functions/methods to enable the use of both these variables in the backend_read_bulk_fsspecmethod. Ifmax_blockis not None, the fsspecmerge_range_requestsutility function can then be used.