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

Some minor fixes #484

Merged
merged 1 commit into from
May 31, 2019
Merged

Some minor fixes #484

merged 1 commit into from
May 31, 2019

Conversation

dutor
Copy link
Contributor

@dutor dutor commented May 31, 2019

One thing to remember: calling std::move on local objects(when return) and temporary objects(when passed as arguments) will make the copy elision optimization impossible.

@dutor dutor added the ready-for-testing PR: ready for the CI test label May 31, 2019
@nebula-community-bot
Copy link
Member

Unit testing passed.

Copy link
Contributor

@laura-ding laura-ding left a comment

Choose a reason for hiding this comment

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

Excellent!

Copy link
Contributor

@ayyt ayyt left a comment

Choose a reason for hiding this comment

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

Awesome work!!

@ayyt
Copy link
Contributor

ayyt commented May 31, 2019

By the way, you are a great god in C++. 👍

@dutor dutor merged commit 5c9ec98 into vesoft-inc:master May 31, 2019
@dutor dutor deleted the minor-fixes branch May 31, 2019 06:56
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Feb 16, 2020
tong-hao pushed a commit to tong-hao/nebula that referenced this pull request Jun 1, 2021
yixinglu pushed a commit to yixinglu/nebula that referenced this pull request Mar 21, 2022
* filter data before batch insert

* add test cases

* add more testcase

Co-authored-by: jimingquan <mingquan.ji@vesoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-testing PR: ready for the CI test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants