vesoft-inc/nebula

consider hintting missed `NOT NULL` prop in `E_FIELD_UNSET`

Open

#5,712 opened on Sep 9, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (1,144 forks)batch import
DXgood first issuetype/enhancement

Repository metrics

Stars
 (9,828 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The error message is not very user-friendly. For example, when INSERT VERTEX is executed with a required attribute being empty, it throws an E_FIELD_UNSET error but does not specify which prop.

image

Contributor guide