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

[native] Remove redundant move in PrestoToVeloxConnectorTest #22473

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

amitkdutta
Copy link
Contributor

With redundant move statement, Meta internal build fails with "moving a temporary object prevents copy elision" error. This compiler error is enabled by following flags:
[-Werror,-Wpessimizing-move]. Fixing here by removing the move statements.

With redundant move statement, Meta internal build fails with
"moving a temporary object prevents copy elision" error. This
compiler error is enabled by following flags:
[-Werror,-Wpessimizing-move]. Fixing here by removing the move
statements.
@amitkdutta amitkdutta requested a review from a team as a code owner April 10, 2024 06:31
@amitkdutta amitkdutta requested a review from czentgr April 10, 2024 06:31
Copy link
Contributor

@xiaoxmeng xiaoxmeng left a comment

Choose a reason for hiding this comment

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

@amitkdutta thanks!

@amitkdutta amitkdutta merged commit 0879f02 into prestodb:master Apr 10, 2024
59 checks passed
@wanglinsong wanglinsong mentioned this pull request May 1, 2024
48 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants