Skip to content
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

Result string is truncated to the fixed index length in LOOKUP clause #2758

Closed
Aiee opened this issue Aug 31, 2021 · 1 comment
Closed

Result string is truncated to the fixed index length in LOOKUP clause #2758

Aiee opened this issue Aug 31, 2021 · 1 comment
Labels
type/bug Type: something is unexpected

Comments

@Aiee
Copy link
Contributor

Aiee commented Aug 31, 2021

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

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
@Aiee Aiee added the type/bug Type: something is unexpected label Aug 31, 2021
@critical27
Copy link
Contributor

Same with #2745, discuss over there, close for now.

yixinglu pushed a commit to yixinglu/nebula that referenced this issue Sep 14, 2023
Co-authored-by: Harris.Chu <1726587+HarrisChu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

2 participants