[
https://issues.apache.org/jira/browse/TINKERPOP-2992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18057559#comment-18057559
]
ASF GitHub Bot commented on TINKERPOP-2992:
-------------------------------------------
spmallette commented on code in PR #3303:
URL: https://github.com/apache/tinkerpop/pull/3303#discussion_r2787651749
##########
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/util/GremlinValueComparator.java:
##########
@@ -241,7 +240,7 @@ public enum Type {
Nulltype,
Boolean (Boolean.class),
Number (Number.class),
- Date (Date.class),
+ Date (OffsetDateTime.class),
Review Comment:
i thought of that too - i think this is probably a point of documentation
for now. not even sure i'd create a jira for it atm
> Gherkin suite missing orderability on set, uuid, date
> -----------------------------------------------------
>
> Key: TINKERPOP-2992
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2992
> Project: TinkerPop
> Issue Type: Improvement
> Components: test-suite
> Affects Versions: 3.6.5
> Reporter: Stephen Mallette
> Priority: Minor
>
> Orderability.feature has todos in it for set, uuid and date.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)