Closed
Description
Describe the bug (required)
An error is reported using the lookup statement -1005:Storage Error: part: 1, error: E_RPC_FAILURE(-3)
.
Your Environments (required)
- OS:
Mac os
- Use docker-compose deployment
- Nebula version 3.2.0
How To Reproduce(required)
Steps to reproduce the behavior:
- Create a tag, add attributes, and create an index
- Insert the vertex that uses the tag
- Add an property to this tag that is not allowed to be null and does not specify a default value
- Using the lookup statement to query
Expected behavior
Users should be prevented from adding property that are allowed to be null and do not specify default values to tags already used by vertex, rather than getting a confusing error when querying