vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.36k stars 1.17k forks source link

Database is crashing when using the word *tags* as property for new Tag #5892

Open Jiml87 opened 1 month ago

Jiml87 commented 1 month ago

Describe the bug Database is crashing when using the word tags as property for new Tag.

CREATE TAG IF NOT EXISTS file(authorId string, text string, tags string);

Your Environments

How To Reproduce

Steps to reproduce the behavior:

  1. Execute string to add TAG: CREATE TAG IF NOT EXISTS file(authorId string, text string, tags string);
MuYiYong commented 3 weeks ago

What's your version? @Jiml87 This issue has been fixed in the latest release.

image