We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug (must be provided)
As title. This problem only exists in LOOKUP, and MATCH works well. Detail: https://discuss.nebula-graph.com.cn/t/topic/3628/10
LOOKUP
MATCH
Your Environments (must be provided)
v2.5.0
How To Reproduce(must be provided)
Steps to reproduce the behavior:
CREATE TAG player(name string, age int); CREATE TAG INDEX name ON player(name(20)) LOOKUP ON player YIELD player.name
The text was updated successfully, but these errors were encountered:
Same with #2745, discuss over there, close for now.
Sorry, something went wrong.
fix leader cache (vesoft-inc#5539) (vesoft-inc#2758)
78e9fdd
Co-authored-by: Harris.Chu <[email protected]>
No branches or pull requests
Describe the bug (must be provided)
As title. This problem only exists in
LOOKUP
, andMATCH
works well.Detail: https://discuss.nebula-graph.com.cn/t/topic/3628/10
Your Environments (must be provided)
v2.5.0
How To Reproduce(must be provided)
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: