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

show index statement return a wrong result #1952

Closed
Qubutol opened this issue Mar 22, 2020 · 3 comments
Closed

show index statement return a wrong result #1952

Qubutol opened this issue Mar 22, 2020 · 3 comments
Assignees

Comments

@Qubutol
Copy link

Qubutol commented Mar 22, 2020

Describe the bug (must be provided)

usage [show tag indexes] statement,but return include both tag and edge index

Your Environments (must be provided)

OS:centos7 x86_64
version:1.0.0-rc3

How To Reproduce(must be provided)

Steps to reproduce the behavior:

  1. Step 1
    CREATE TAG INDEX player_index_0 on player(name);
    CREATE EDGE INDEX follow_index_0 on follow(degree);
  2. Step 2
    show tag indexes
  3. Step 3
=================
| Index ID | Index Name  |
=================
| 14       | player_index_0 |
-----------------------------
| 15       | follow_index_0 |
-----------------------------
  1. Step 4
    show edge indexes
    5.Step 5
=================
| Index ID | Index Name  |
=================
| 14       | player_index_0 |
-----------------------------
| 15       | follow_index_0 |
-----------------------------

Expected behavior

only return tag or edge index

@Shinji-IkariG
Copy link
Contributor

After testing, this problem does exist in rc3.0, this problem has been fixed in rc4.0, thank you for your feedback.

@whitewum
Copy link
Contributor

.0, this problem has been fixe

which pr? please ref to this issue. So we can close it.

@bright-starry-sky
Copy link
Contributor

This issue fixed by PR #1675 , close this issue.

yixinglu added a commit to yixinglu/nebula that referenced this issue Jan 31, 2023
* support add listeener in tck

* add ft index test demo in tck

* fmt

* fix standalone

* fix standalone

* fix standalone

Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>

Co-authored-by: hs.zhang <22708345+cangfengzhs@users.noreply.github.com>
Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants