You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a graph with DT_DOUBLE as primary key type
Status code return 200(successfully created graph) but with Primary key id should be int64 or string error message during creating graph process.
The text was updated successfully, but these errors were encountered:
…ovide file-based implementation (#3696)
Interactive need to maintain the metadata of Graph and Stored
Procedures, which are currently stored as files on disk separately.
We introduce MetaDataStore to govern all metadata storage, querying and
update, and provided a basic implementation based on local file storage.
Support non-blocking graph data loading #3697
Fix bug #3693
- Create a graph with no edge types.
- Return the detail message when error happens. e.g. creating graph with
vertex have `DT_DOUBLE` primary keys(currently not supported)
- Support open and running query on an empty graph.
- Other issues.
Fix#3707Fix#3693
Describe the bug
Create a graph with
DT_DOUBLE
as primary key typeStatus code return 200(successfully created graph) but with
Primary key id should be int64 or string
error message during creating graph process.The text was updated successfully, but these errors were encountered: