[
https://issues.apache.org/jira/browse/TINKERPOP-1888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16425591#comment-16425591
]
ASF GitHub Bot commented on TINKERPOP-1888:
-------------------------------------------
Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/829#discussion_r179156638
--- Diff: CHANGELOG.asciidoc ---
@@ -25,6 +25,7 @@ NEED AND IMAGE
This release also includes changes from <<release-3-3-2, 3.3.2>>.
+* `min()` and `max()` now support all types implementing `Comparable`.
--- End diff --
damn it - it's because i just read this in the diff `<<release-3-3-2,
3.3.2>>` - sorry
> Extend max and min to all Comparable properties, not just Numbers
> -----------------------------------------------------------------
>
> Key: TINKERPOP-1888
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1888
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.2.7
> Reporter: Philip Graff
> Assignee: Daniel Kuppitz
> Priority: Major
> Labels: breaking
>
> Currently, min() and max() only operate on properties that extend Number.
> However, these should be able to be applied to anything which implements
> Comparable as they are well-defined for those, too. Other steps like mean()
> and sum() should stay just for Numbers.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)