[
https://issues.apache.org/jira/browse/ARROW-10804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Leitão resolved ARROW-10804.
----------------------------------
Fix Version/s: 3.0.0
Resolution: Fixed
Issue resolved by pull request 8829
[https://github.com/apache/arrow/pull/8829]
> [Rust] Remove UB on parquet crate
> ---------------------------------
>
> Key: ARROW-10804
> URL: https://issues.apache.org/jira/browse/ARROW-10804
> Project: Apache Arrow
> Issue Type: Bug
> Components: Rust
> Reporter: Jorge Leitão
> Assignee: Jorge Leitão
> Priority: Major
> Labels: pull-request-available
> Fix For: 3.0.0
>
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)