felipecrv opened a new pull request, #40608:
URL: https://github.com/apache/arrow/pull/40608
### Rationale for this change
Remove the property negation from the function name so that reasoning about
the boolean value is easier.
"is_impure = false" vs "is_pure = true"
"is_impure" vs "!is_pure"
### What changes are included in this PR?
- Renaming of the virtual function and overrides
- Renaming of constructor parameters and class attributes
- Swapping of the boolean constants
- Replace `is_impure()` calls with `!is_pure()`
- Undoing a documentation change done in #40396
### Are these changes tested?
By existing tests.
--
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]