[
https://issues.apache.org/jira/browse/IGNITE-23704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Zhuravkov updated IGNITE-23704:
--------------------------------------
Summary: Incorrect equals implementation in TemporalNativeType and
VarlenNativeType (was: Incorrect equal implementation in TemporalNativeType
and VarlenNativeType)
> Incorrect equals 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
> Assignee: Maksim Zhuravkov
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)