task completes successfully, but the task_result is null, my gremlin command is like this g.V().has(xxx).outE().toList, I think the result should not be null, even in case of empty result, it should return [], I am not sure if it is a bug in hugegraph.
task completes successfully, but the
task_resultis null, my gremlin command is like thisg.V().has(xxx).outE().toList, I think the result should not benull, even in case of empty result, it should return[], I am not sure if it is a bug in hugegraph.