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

Assert valid metadata is passed in to_arrow for list_view #16198

Merged
merged 2 commits into from
Jul 12, 2024

Commits on Jul 4, 2024

  1. Assert valid metadata is passed in to_arrow for list_view

    When converting a list column to arrow with metadata, one must provide
    metadata information for both the offset and value columns, or none at
    all. This is not completely obvious (perhaps we only need the metadata
    for the inner value column), so explicitly assert this case.
    
    - Closes rapidsai#16069
    wence- committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0ed7334 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Wording

    Co-authored-by: David Wendt <45795991+davidwendt@users.noreply.github.com>
    wence- and davidwendt authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    fffeded View commit details
    Browse the repository at this point in the history