Maksim Zhuravkov created IGNITE-23704:
-----------------------------------------

             Summary: Incorrect equal implementation in TemporalNativeType and 
VarlenNativeType
                 Key: IGNITE-23704
                 URL: https://issues.apache.org/jira/browse/IGNITE-23704
             Project: Ignite
          Issue Type: Bug
            Reporter: Maksim Zhuravkov


The following test cases should fail but they don't:

{code:java}
assertNotEquals(NativeTypes.stringOf(5), NativeTypes.stringOf(10));
{code}

{code:java}
assertNotEquals(NativeTypes.blobOf(5), NativeTypes.blobOf(10));
{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to