Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HdfStorage.read: fix rowNumbers for all start/end values #430

Closed
wants to merge 1 commit into from

Commits on Sep 19, 2024

  1. 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.
    sbesson committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0882917 View commit details
    Browse the repository at this point in the history