Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Remove redundant default constructor/deconstructor in arrow::ArrayStatistics #43592

Closed
kou opened this issue Aug 7, 2024 · 1 comment
Closed

Comments

@kou
Copy link
Member

kou commented Aug 7, 2024

Describe the enhancement requested

They are needless.

See also: #43273 (comment)

Component(s)

C++

kou added a commit that referenced this issue Aug 7, 2024
… arrow::ArrayStatistics (#43579)

### Rationale for this change

`= default` constructor/deconstructor are needless in `arrow::ArrayStatistics`.

### What changes are included in this PR?

Remove them.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* GitHub Issue: #43592

Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
@kou kou added this to the 18.0.0 milestone Aug 7, 2024
@kou
Copy link
Member Author

kou commented Aug 7, 2024

Issue resolved by pull request 43579
#43579

@kou kou closed this as completed Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant