Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make use_variable_size_chunks param a bool type instead of Option<bool>
Default value for use_variable_size_chunks is now False instead of None, and so the `.unwrap_or(false)` call can be removed.
- Loading branch information