Skip to content

[Rust] Remove UB on parquet crate #26742

Description

@asfimport

While trying to remove the unsafe FatPtr, I stumbled upon the borrow checker not allowing the code to compile, which suggests that the FatPtr is being used to bypass the borrow checked, which I do not think is intentional.

Reporter: Jorge Leitão / @jorgecarleitao
Assignee: Jorge Leitão / @jorgecarleitao

PRs and other links:

Note: This issue was originally created as ARROW-10804. Please see the migration documentation for further details.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions