-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix undefined parameter #5404
Fix undefined parameter #5404
Conversation
7bb5bb6
to
e7943e2
Compare
Fix tck Fix tck small skip for ldbc tck fmt
7eab1d6
to
2217400
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
std::accumulate(++undefinedParams.begin(), | ||
undefinedParams.end(), | ||
*undefinedParams.begin(), | ||
[](auto& lhs, auto& rhs) { return lhs + ", " + rhs; })); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
u could use folly::join to concat the string array 😂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
std::accumulate
is also okey, folly lib sounds a little heavy.
* Fix undefined parameter Fix tck Fix tck small skip for ldbc tck fmt * small change * Fix error message * small change Co-authored-by: kyle.cao <[email protected]>
What type of PR is this?
What problem(s) does this PR solve?
Issue(s) number:
https://github.com/vesoft-inc/nebula-ent/issues/2485
Checklist:
Tests:
Affects: