You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…eturn type (#44592)
### Rationale for this change
It must be immutable.
### What changes are included in this PR?
Add missing `const` and `&`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
**This PR includes breaking changes to public APIs.**
* GitHub Issue: #44590
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Describe the enhancement requested
The
arrow::ArrayStatistics
associated in an array must be immutable.See also: #43801 (comment)
Component(s)
C++
The text was updated successfully, but these errors were encountered: