-
Notifications
You must be signed in to change notification settings - Fork 466
Closed
v6d-io/v6d
#1434Labels
bugSomething isn't workingSomething isn't workingcomponent:gaegood first issueGood for newcomersGood for newcomers
Description
Describe the bug
In [1]: import graphscope
g =
In [2]: g = graphscope.g()
Loading empty graph: 0%| | 0/10 [00:00<?, ?it/s]
Loading empty graph: 100%|██████████| 10/10 [00:00<00:00, 10533.16it/s]
In [3]: g.add_vertices("/a/b/c/d/e/f.txt")
E0612 17:08:26.000000 2668291 /opt/gs-for-build/analytical_engine/core/server/dispatcher.cc:153] Worker 0: VineyardError occurred on worker 0: VineyardError occurred on worker 0: /opt/gs-for-build/analytical_engine/core/loader/arrow_fragment_loader.h:422: operator() -> Arrow error: IOError: Failed to open local file '/a'. Detail: [errno 2] No such file or directoryIt says Failed to open local file '/a' however the file should be "/a/b/c/d/e/f.txt". The error message is a bit misleading.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent:gaegood first issueGood for newcomersGood for newcomers