-
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
Feature/sample go #2853
Feature/sample go #2853
Conversation
i think you should write a design document first, |
Multiple steps need change some plan nodes, I plan to do it later. Now just one step. |
it only work for go from vid over * yield $^.tag.name, edge.name sample[1], It won't work with a little change, for example: go from vid over * yield $$.tag.name, go from vid over * yield edge._dst as id | go from $-.id over * yield edge.name sample[1], .... |
With input, now sample the result of join. Do you think it's problem? |
…ature/sample-go
Codecov Report
@@ Coverage Diff @@
## master #2853 +/- ##
==========================================
- Coverage 85.47% 84.76% -0.71%
==========================================
Files 1229 1236 +7
Lines 110375 111025 +650
==========================================
- Hits 94341 94114 -227
- Misses 16034 16911 +877
Continue to review full report at Codecov.
|
eed0664
Sub job of #2602