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

A issue about "show create edge index" #5966

Open
maslke opened this issue Nov 1, 2024 · 0 comments
Open

A issue about "show create edge index" #5966

maslke opened this issue Nov 1, 2024 · 0 comments
Labels
affects/none PR/issue: this bug affects none version. severity/none Severity of bug type/bug Type: something is unexpected

Comments

@maslke
Copy link

maslke commented Nov 1, 2024

Nebula version: v3.8.0
Deployment method: Standalone

In the edge route, there is a property defined as resid(fixed_string(24)). The syntax for creating a native index on this field is:

create edge index inx_route_resid on route(resid);

However, when querying the created edge index using show create edge index inx_route_resid, the returned create index statement is as follows:

create edge index inx_route_resid on route(resid(24));

Executing this returned create index statement will result in an error: Unsupported. The executable statement is the one mentioned above.

@maslke maslke added the type/bug Type: something is unexpected label Nov 1, 2024
@github-actions github-actions bot added affects/none PR/issue: this bug affects none version. severity/none Severity of bug labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/none PR/issue: this bug affects none version. severity/none Severity of bug type/bug Type: something is unexpected
Projects
None yet
Development

No branches or pull requests

1 participant