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

ARROW-13670: [C++] add virtual destructors #11148

Closed
wants to merge 1 commit into from

Conversation

emkornfield
Copy link
Contributor

This prevents warnings for non-virtual destructors in base classes.

@github-actions
Copy link

github-actions bot commented Sep 14, 2021

@github-actions
Copy link

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

@emkornfield emkornfield changed the title ARROW-13487: [C++] add virtual destructors ARROW-13670: [C++] add virtual destructors Sep 14, 2021
Copy link
Member

@pitrou pitrou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 on the principle. I'm just not sure if this is addressing an actual bug :-)

@emkornfield
Copy link
Contributor Author

nope probably just compiler warnings, still useful to reduce warning spam.

@pitrou
Copy link
Member

pitrou commented Sep 21, 2021

Rebased.

@pitrou
Copy link
Member

pitrou commented Sep 21, 2021

The two CI failures seem unrelated.

@pitrou pitrou closed this in 6ed712a Sep 21, 2021
ViniciusSouzaRoque pushed a commit to s1mbi0se/arrow that referenced this pull request Oct 20, 2021
This prevents warnings for non-virtual destructors in base classes.

Closes apache#11148 from emkornfield/ARROW-13487

Authored-by: Micah Kornfield <micahk@google.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants