-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
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.