-
Notifications
You must be signed in to change notification settings - Fork 449
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
[BugFix] Fix bug when process pk scan of multiple labels #3013
Conversation
Committed-by: bingqing.lbq from Dev container
Committed-by: bingqing.lbq from Dev container
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
@@ -1920,6 +1928,52 @@ mod test { | |||
); | |||
} | |||
|
|||
// e.g., g.V().hasLabel("person", "software").has("name", "John") | |||
#[test] | |||
fn scan_multi_labels_pred_to_idx_pred() { |
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.
Lack a query case with result verification.
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.
Add a test case in test_min.py, which runs queries on vineyard that supports primary keys.
Committed-by: bingqing.lbq from Dev container
Committed-by: bingqing.lbq from Dev container
What do these changes do?
As titled.
Related issue number
Fixes #3008