kenhuuu commented on code in PR #3303:
URL: https://github.com/apache/tinkerpop/pull/3303#discussion_r2776363065
##########
gremlin-test/src/main/resources/org/apache/tinkerpop/gremlin/test/features/semantics/Orderability.feature:
##########
@@ -170,9 +168,14 @@ Feature: Orderability
| d[2.0].d |
| d[Infinity] |
| d[NaN] |
+ | dt[2023-01-01T00:00:00Z] |
+ | dt[2023-08-01T00:00:00Z] |
| bar |
| foo |
| zzz |
+ | uuid[5100808b-62f9-42b7-957e-ed66c30f40d1] |
Review Comment:
Nit: It doesn't look like UUID is mentioned in the gremlin-semantics
orderability section so it's not immediately obvious if this is where it
belongs. Would be best to add clarification in the documentation.
--
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]