Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HdfStorage.read: fix rowNumbers for all start/end values
Under some conditions, the rowNumbers array returned as part of the data was inconsistent with the range of rows selected by the tables.Table.read() API. As the start/end parameters are expected to have the same meaning as the built-in Python slices, this modifies the current implementation to slice all row numbers using these values using start/end.
- Loading branch information