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.88k stars 1.21k forks source link

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

Open Jiml87 opened 6 months ago

Jiml87 commented 6 months 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 5 months ago

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

image