[jira] [Commented] (AVRO-2340) Use JDK compareTo and hashcode Methods

2019-03-11 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/AVRO-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16789903#comment-16789903
 ] 

Hudson commented on AVRO-2340:
--

SUCCESS: Integrated in Jenkins build AvroJava #618 (See 
[https://builds.apache.org/job/AvroJava/618/])
AVRO-2340: Use JDK compareTo and hashcode Methods (dan: 
[https://github.com/apache/avro/commit/ef8349ffd6da5c6f4693ac46548c96e22eeb7cd7])
* (edit) lang/java/avro/src/main/java/org/apache/avro/reflect/ReflectData.java
* (edit) lang/java/avro/src/main/java/org/apache/avro/io/BinaryData.java
* (edit) lang/java/avro/src/main/java/org/apache/avro/generic/GenericData.java


> Use JDK compareTo and hashcode Methods
> --
>
> Key: AVRO-2340
> URL: https://issues.apache.org/jira/browse/AVRO-2340
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
>
> There are a few different ways that {{hashCode()}} and {{compare}} are 
> implemented.  Just use the JDK methods.
> I set a breakpoint and ran the 'perf' program, but it did not hit, so these 
> methods are not on the critical paths.  Best to do this work in a consistent 
> behavior.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-2340) Use JDK compareTo and hashcode Methods

2019-03-11 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/AVRO-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16789881#comment-16789881
 ] 

ASF subversion and git services commented on AVRO-2340:
---

Commit ef8349ffd6da5c6f4693ac46548c96e22eeb7cd7 in avro's branch 
refs/heads/master from Beluga Behr
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ef8349f ]

AVRO-2340: Use JDK compareTo and hashcode Methods


> Use JDK compareTo and hashcode Methods
> --
>
> Key: AVRO-2340
> URL: https://issues.apache.org/jira/browse/AVRO-2340
> Project: Apache Avro
>  Issue Type: Improvement
>  Components: java
>Reporter: David Mollitor
>Assignee: David Mollitor
>Priority: Minor
>
> There are a few different ways that {{hashCode()}} and {{compare}} are 
> implemented.  Just use the JDK methods.
> I set a breakpoint and ran the 'perf' program, but it did not hit, so these 
> methods are not on the critical paths.  Best to do this work in a consistent 
> behavior.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)