This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 132
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
czpmango
added
wip
Solution: work in progress
do not review
PR: not ready for the code review yet
ready-for-testing
PR: ready for the CI test
labels
Apr 6, 2021
jievince
previously approved these changes
Apr 6, 2021
jievince
previously approved these changes
Apr 6, 2021
czpmango
force-pushed
the
fix1
branch
3 times, most recently
from
April 6, 2021 09:18
ef13d76
to
d8ca690
Compare
yixinglu
previously approved these changes
Apr 6, 2021
czpmango
added
ready-for-review
and removed
wip
Solution: work in progress
do not review
PR: not ready for the code review yet
labels
Apr 6, 2021
add ut add tck
yixinglu
approved these changes
Apr 6, 2021
jievince
approved these changes
Apr 6, 2021
jude-zhu
pushed a commit
to jude-zhu/nebula-graph
that referenced
this pull request
Apr 7, 2021
add ut add tck Co-authored-by: jie.wang <38901892+jievince@users.noreply.github.com> (cherry picked from commit e6cf4b2)
jude-zhu
pushed a commit
to jude-zhu/nebula-graph
that referenced
this pull request
Apr 7, 2021
add ut add tck Co-authored-by: jie.wang <38901892+jievince@users.noreply.github.com> (cherry picked from commit e6cf4b2)
yixinglu
added a commit
that referenced
this pull request
Apr 8, 2021
* fix agg executor when input dataset is empty (#901) add tck fix tck format fix sum(null) test cases format (cherry picked from commit e8ad874) * Fix match where agg check (#919) add ut add tck Co-authored-by: jie.wang <38901892+jievince@users.noreply.github.com> (cherry picked from commit e6cf4b2) * Fix cluster getNeightborIter (#922) * fix cluster getNeightborIter * add test case Co-authored-by: cpw <13495049+CPWstatic@users.noreply.github.com> (cherry picked from commit 8063659) * Fix seek by negative vid (#932) * Fix seek by negtive vid Fix typo * Fix tck (cherry picked from commit e70c326) * Retry for queries related to schema modifications in CI (#849) * Retry and wait job finish * cleanup lookup test wait time * Fix test failures * Drop unused spaces * Cleanup wait tag edge indexes ready function * Fix cases * Drop the created spaces * Result should not contains * Fix contains steps * Rename include to contains * Use more threads to run tests * Fix typo * Address ding's comments * Rename to cmpType * Try to replace wait (cherry picked from commit 3c66147) Co-authored-by: kyle.cao <kyle.cao@vesoft.com> Co-authored-by: jimingquan <mingquan.ji@vesoft.com> Co-authored-by: Yichen Wang <18348405+Aiee@users.noreply.github.com> Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add error check for aggregate expression in match where clause.