xiazcy commented on code in PR #3257:
URL: https://github.com/apache/tinkerpop/pull/3257#discussion_r2476421403


##########
gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphSON/EdgeDeserializer.cs:
##########
@@ -45,7 +45,7 @@ public dynamic Objectify(JsonElement graphsonObject, 
GraphSONReader reader)
                 ? labelProperty.GetString()!
                 : "edge";
 
-            dynamic[]? properties = null;
+            dynamic[] properties = System.Array.Empty<dynamic>();

Review Comment:
   Will do, thanks Valentyn!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to