alamb opened a new issue, #13278:
URL: https://github.com/apache/datafusion/issues/13278
Apparently this can be also written without disabling a lint:
```suggestion
_reservation: MemoryReservation,
```
- `#[allow(dead_code)]` has disadvantage that it can be retained in the code
even if the field becomes used
- `_reservation` has disadvantage that it doesn't look pretty
_Originally posted by @findepi in
https://github.com/apache/datafusion/pull/13227#discussion_r1826521890_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]