xiazcy commented on code in PR #3090:
URL: https://github.com/apache/tinkerpop/pull/3090#discussion_r2032182749
##########
gremlin-dotnet/src/Gremlin.Net/Structure/IO/GraphBinary/DataType.cs:
##########
@@ -78,6 +78,7 @@ public class DataType : IEquatable<DataType>
// TODO: Support metrics and traversal metrics
public static readonly DataType Char = new DataType(0x80);
public static readonly DataType Duration = new DataType(0x81);
+ public static readonly DataType OffsetDateTime = new DataType(0x88);
Review Comment:
Not just .NET, it actually wasn't supported in any of the GLVs because it's
an extended serialization type.
--
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]